Shades of Purple Heart #512ABC
Tints of Purple Heart #512ABC
RGB
CMYK
RGB Variations
Color information
#512ABC (or 0x512ABC) is known color: Purple Heart. HEX triplet: 51, 2A and BC. RGB value is (81,42,188). Sum of RGB (Red+Green+Blue) = 81+42+188=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #512ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABC is #AED543. Grayscale: #454545. Windows color (decimal): -11457860 or 12331601. OLE color: 12331601.
HSL color Cylindrical-coordinate representation of color #512ABC: hue angle of 256.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512ABC is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 42 | 188 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.26 |
| HSL | 256.03º | 0.63% | 0.45% | - |
| HSV(B) | 256.03º | 0.78% | 0.74% | - |
| XYZ | 13.3 | 7.04 | 48.23 | - |
| YUV | 70.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 188 | 0.57 | 0.78 | 0 | 0.26 | 256.03 | 0.63 | 0.45 |
| Hex | 51 | 2A | BC | 39 | 4E | 0 | 1A | 100 | 3F | 2D |
| Octal | 121 | 52 | 274 | 71 | 116 | 0 | 32 | 400 | 77 | 55 |
| Binary | 1010001 | 101010 | 10111100 | 111001 | 1001110 | 0 | 11010 | 100000000 | 111111 | 101101 |
Color Harmonies of #512ABC
Complementary color
Monochromatic Colors of #512ABC
Black with #512ABC
Text Example
Text Example
White with #512ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ABC; }
p { color: rgb(81,42,188); }
H1.HeaderClassName
{
color: #512ABC;
}
.AnyTagClassName
{
color: #512ABC;
}
</style>
background-color css
<style>
a { background-color: #512ABC; }
a { background-color: rgb(81,42,188); }
div.DivClassName
{
background-color: #512ABC;
}
.BgClassName
{
background-color: #512ABC;
}
</style>
border-color css
<style>
span { border-color: #512ABC; }
span { border-color: rgb(81,42,188); }
td.TdClassName
{
border-color: #512ABC;
}
.TagClassName
{
border-color: #512ABC;
}
</style>