Shades of Purple Heart #510ABC
Tints of Purple Heart #510ABC
RGB
CMYK
RGB Variations
Color information
#510ABC (or 0x510ABC) is known color: Purple Heart. HEX triplet: 51, 0A and BC. RGB value is (81,10,188). Sum of RGB (Red+Green+Blue) = 81+10+188=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #510ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABC is #AEF543. Grayscale: #323232. Windows color (decimal): -11466052 or 12323409. OLE color: 12323409.
HSL color Cylindrical-coordinate representation of color #510ABC: hue angle of 263.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ABC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 10 | 188 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.26 |
| HSL | 263.93º | 0.9% | 0.39% | - |
| HSV(B) | 263.93º | 0.95% | 0.74% | - |
| XYZ | 12.58 | 5.6 | 47.99 | - |
| YUV | 51.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 188 | 0.57 | 0.95 | 0 | 0.26 | 263.93 | 0.9 | 0.39 |
| Hex | 51 | A | BC | 39 | 5F | 0 | 1A | 108 | 5A | 27 |
| Octal | 121 | 12 | 274 | 71 | 137 | 0 | 32 | 410 | 132 | 47 |
| Binary | 1010001 | 1010 | 10111100 | 111001 | 1011111 | 0 | 11010 | 100001000 | 1011010 | 100111 |
Color Harmonies of #510ABC
Complementary color
Monochromatic Colors of #510ABC
Black with #510ABC
Text Example
Text Example
White with #510ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510ABC; }
p { color: rgb(81,10,188); }
H1.HeaderClassName
{
color: #510ABC;
}
.AnyTagClassName
{
color: #510ABC;
}
</style>
background-color css
<style>
a { background-color: #510ABC; }
a { background-color: rgb(81,10,188); }
div.DivClassName
{
background-color: #510ABC;
}
.BgClassName
{
background-color: #510ABC;
}
</style>
border-color css
<style>
span { border-color: #510ABC; }
span { border-color: rgb(81,10,188); }
td.TdClassName
{
border-color: #510ABC;
}
.TagClassName
{
border-color: #510ABC;
}
</style>