#512BD9

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

Shades of Purple Heart #512BD9

Tints of Purple Heart #512BD9

Color information

#512BD9 (or 0x512BD9) is unknown color: approx Purple Heart. HEX triplet: 51, 2B and D9. RGB value is (81,43,217). Sum of RGB (Red+Green+Blue) = 81+43+217=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #512BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BD9 is #AED426. Grayscale: #494949. Windows color (decimal): -11457575 or 14232401. OLE color: 14232401.

HSL color Cylindrical-coordinate representation of color #512BD9: hue angle of 253.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512BD9 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8143217-
CMYK0.630.8000.15
HSL253.1º69.6%50.98%-
HSV(B)253.1º80.18%85.1%-
XYZ16.788.4966.4-
YUV74.2208.59132.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 217 (85.16% from 255) = 63.64%
R=23.75%
G=12.61%
B=63.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81432170.630.8000.15253.169.650.98
Hex512BD93F500Ffd4633
Octal121533317712001737510663
Binary101000110101111011001111111101000001111111111011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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