#512FB9

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

Shades of Purple Heart #512FB9

Tints of Purple Heart #512FB9

Color information

#512FB9 (or 0x512FB9) is unknown color: approx Purple Heart. HEX triplet: 51, 2F and B9. RGB value is (81,47,185). Sum of RGB (Red+Green+Blue) = 81+47+185=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #512FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FB9 is #AED046. Grayscale: #484848. Windows color (decimal): -11456583 or 12136273. OLE color: 12136273.

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

Color convert

RGB8147185-
CMYK0.560.7500.27
HSL254.78º59.48%45.49%-
HSV(B)254.78º74.59%72.55%-
XYZ13.177.2946.61-
YUV72.9191.26133.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 47 (18.75% from 255) = 15.02%
BLUE value IS 185 (72.66% from 255) = 59.11%
R=25.88%
G=15.02%
B=59.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81471850.560.7500.27254.7859.4845.49
Hex512FB9384B01Bff3b2d
Octal12157271701130333777355
Binary101000110111110111001111000100101101101111111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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