Shades of Purple Heart #5105C9
Tints of Purple Heart #5105C9
RGB
CMYK
RGB Variations
Color information
#5105C9 (or 0x5105C9) is known color: Purple Heart. HEX triplet: 51, 05 and C9. RGB value is (81,5,201). Sum of RGB (Red+Green+Blue) = 81+5+201=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #5105C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105C9 is #AEFA36. Grayscale: #313131. Windows color (decimal): -11467319 or 13174097. OLE color: 13174097.
HSL color Cylindrical-coordinate representation of color #5105C9: hue angle of 263.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105C9 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 5 | 201 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.21 |
| HSL | 263.27º | 0.95% | 0.4% | - |
| HSV(B) | 263.27º | 0.98% | 0.79% | - |
| XYZ | 13.99 | 6.07 | 55.69 | - |
| YUV | 50.07 | 213.18 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 201 | 0.60 | 0.98 | 0 | 0.21 | 263.27 | 0.95 | 0.4 |
| Hex | 51 | 5 | C9 | 3C | 62 | 0 | 15 | 107 | 5F | 28 |
| Octal | 121 | 5 | 311 | 74 | 142 | 0 | 25 | 407 | 137 | 50 |
| Binary | 1010001 | 101 | 11001001 | 111100 | 1100010 | 0 | 10101 | 100000111 | 1011111 | 101000 |
Color Harmonies of #5105C9
Complementary color
Monochromatic Colors of #5105C9
Black with #5105C9
Text Example
Text Example
White with #5105C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105C9; }
p { color: rgb(81,5,201); }
H1.HeaderClassName
{
color: #5105C9;
}
.AnyTagClassName
{
color: #5105C9;
}
</style>
background-color css
<style>
a { background-color: #5105C9; }
a { background-color: rgb(81,5,201); }
div.DivClassName
{
background-color: #5105C9;
}
.BgClassName
{
background-color: #5105C9;
}
</style>
border-color css
<style>
span { border-color: #5105C9; }
span { border-color: rgb(81,5,201); }
td.TdClassName
{
border-color: #5105C9;
}
.TagClassName
{
border-color: #5105C9;
}
</style>