#512BB9

Color #512BB9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #512BB9

Tints of Purple Heart #512BB9

Color information

#512BB9 (or 0x512BB9) is unknown color: approx Purple Heart. HEX triplet: 51, 2B and B9. RGB value is (81,43,185). Sum of RGB (Red+Green+Blue) = 81+43+185=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #512BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BB9 is #AED446. Grayscale: #464646. Windows color (decimal): -11457607 or 12135249. OLE color: 12135249.

HSL color Cylindrical-coordinate representation of color #512BB9: hue angle of 256.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512BB9 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8143185-
CMYK0.560.7700.27
HSL256.06º62.28%44.71%-
HSV(B)256.06º76.76%72.55%-
XYZ13.016.9846.56-
YUV70.55192.59135.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 185 (72.66% from 255) = 59.87%
R=26.21%
G=13.92%
B=59.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81431850.560.7700.27256.0662.2844.71
Hex512BB9384D01B1003e2d
Octal12153271701150334007655
Binary1010001101011101110011110001001101011011100000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512BB9; }

 p { color: rgb(81,43,185); }

 H1.HeaderClassName
 {
   color: #512BB9;
 }
 .AnyTagClassName
 {
   color: #512BB9;
 }
</style>
background-color css

<style>
 a { background-color: #512BB9; }

 a { background-color: rgb(81,43,185); }

 div.DivClassName
 {
   background-color: #512BB9;
 }
 .BgClassName
 {
   background-color: #512BB9;
 }
</style>
border-color css

<style>
 span { border-color: #512BB9; }

 span { border-color: rgb(81,43,185); }

 td.TdClassName
 {
   border-color: #512BB9;
 }
 .TagClassName
 {
   border-color: #512BB9;
 }
</style>