Shades of Purple Heart #512FB4
Tints of Purple Heart #512FB4
RGB
CMYK
RGB Variations
Color information
#512FB4 (or 0x512FB4) is known color: Purple Heart. HEX triplet: 51, 2F and B4. RGB value is (81,47,180). Sum of RGB (Red+Green+Blue) = 81+47+180=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #512FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FB4 is #AED04B. Grayscale: #474747. Windows color (decimal): -11456588 or 11808593. OLE color: 11808593.
HSL color Cylindrical-coordinate representation of color #512FB4: hue angle of 255.34º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512FB4 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 47 | 180 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.29 |
| HSL | 255.34º | 0.59% | 0.45% | - |
| HSV(B) | 255.34º | 0.74% | 0.71% | - |
| XYZ | 12.65 | 7.08 | 43.88 | - |
| YUV | 72.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 180 | 0.55 | 0.74 | 0 | 0.29 | 255.34 | 0.59 | 0.45 |
| Hex | 51 | 2F | B4 | 37 | 4A | 0 | 1D | FF | 3B | 2D |
| Octal | 121 | 57 | 264 | 67 | 112 | 0 | 35 | 377 | 73 | 55 |
| Binary | 1010001 | 101111 | 10110100 | 110111 | 1001010 | 0 | 11101 | 11111111 | 111011 | 101101 |
Color Harmonies of #512FB4
Complementary color
Monochromatic Colors of #512FB4
Black with #512FB4
Text Example
Text Example
White with #512FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FB4; }
p { color: rgb(81,47,180); }
H1.HeaderClassName
{
color: #512FB4;
}
.AnyTagClassName
{
color: #512FB4;
}
</style>
background-color css
<style>
a { background-color: #512FB4; }
a { background-color: rgb(81,47,180); }
div.DivClassName
{
background-color: #512FB4;
}
.BgClassName
{
background-color: #512FB4;
}
</style>
border-color css
<style>
span { border-color: #512FB4; }
span { border-color: rgb(81,47,180); }
td.TdClassName
{
border-color: #512FB4;
}
.TagClassName
{
border-color: #512FB4;
}
</style>