#512BB5

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

Shades of Purple Heart #512BB5

Tints of Purple Heart #512BB5

Color information

#512BB5 (or 0x512BB5) is unknown color: approx Purple Heart. HEX triplet: 51, 2B and B5. RGB value is (81,43,181). Sum of RGB (Red+Green+Blue) = 81+43+181=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #512BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BB5 is #AED44A. Grayscale: #454545. Windows color (decimal): -11457611 or 11873105. OLE color: 11873105.

HSL color Cylindrical-coordinate representation of color #512BB5: hue angle of 256.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512BB5 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8143181-
CMYK0.550.7600.29
HSL256.52º61.61%43.92%-
HSV(B)256.52º76.24%70.98%-
XYZ12.66.8144.37-
YUV70.09190.59135.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=26.56%
G=14.10%
B=59.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81431810.550.7600.29256.5261.6143.92
Hex512BB5374C01D1013e2c
Octal12153265671140354017654
Binary1010001101011101101011101111001100011101100000001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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