Shades of Purple Heart #5F16C9
Tints of Purple Heart #5F16C9
RGB
CMYK
RGB Variations
Color information
#5F16C9 (or 0x5F16C9) is known color: Purple Heart. HEX triplet: 5F, 16 and C9. RGB value is (95,22,201). Sum of RGB (Red+Green+Blue) = 95+22+201=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F16C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F16C9 is #A0E936. Grayscale: #3F3F3F. Windows color (decimal): -10545463 or 13178463. OLE color: 13178463.
HSL color Cylindrical-coordinate representation of color #5F16C9: hue angle of 264.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F16C9 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 22 | 201 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.21 |
| HSL | 264.47º | 0.8% | 0.44% | - |
| HSV(B) | 264.47º | 0.89% | 0.79% | - |
| XYZ | 15.55 | 7.22 | 55.83 | - |
| YUV | 64.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 201 | 0.53 | 0.89 | 0 | 0.21 | 264.47 | 0.8 | 0.44 |
| Hex | 5F | 16 | C9 | 35 | 59 | 0 | 15 | 108 | 50 | 2C |
| Octal | 137 | 26 | 311 | 65 | 131 | 0 | 25 | 410 | 120 | 54 |
| Binary | 1011111 | 10110 | 11001001 | 110101 | 1011001 | 0 | 10101 | 100001000 | 1010000 | 101100 |
Color Harmonies of #5F16C9
Complementary color
Monochromatic Colors of #5F16C9
Black with #5F16C9
Text Example
Text Example
White with #5F16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F16C9; }
p { color: rgb(95,22,201); }
H1.HeaderClassName
{
color: #5F16C9;
}
.AnyTagClassName
{
color: #5F16C9;
}
</style>
background-color css
<style>
a { background-color: #5F16C9; }
a { background-color: rgb(95,22,201); }
div.DivClassName
{
background-color: #5F16C9;
}
.BgClassName
{
background-color: #5F16C9;
}
</style>
border-color css
<style>
span { border-color: #5F16C9; }
span { border-color: rgb(95,22,201); }
td.TdClassName
{
border-color: #5F16C9;
}
.TagClassName
{
border-color: #5F16C9;
}
</style>