Shades of Purple Heart #5F17D2
Tints of Purple Heart #5F17D2
RGB
CMYK
RGB Variations
Color information
#5F17D2 (or 0x5F17D2) is known color: Purple Heart. HEX triplet: 5F, 17 and D2. RGB value is (95,23,210). Sum of RGB (Red+Green+Blue) = 95+23+210=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 210 (82.42% from 255 or 64.02% from 328); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F17D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17D2 is #A0E82D. Grayscale: #414141. Windows color (decimal): -10545198 or 13768543. OLE color: 13768543.
HSL color Cylindrical-coordinate representation of color #5F17D2: hue angle of 263.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F17D2 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 23 | 210 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.18 |
| HSL | 263.1º | 0.8% | 0.46% | - |
| HSV(B) | 263.1º | 0.89% | 0.82% | - |
| XYZ | 16.66 | 7.7 | 61.58 | - |
| YUV | 65.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 210 | 0.55 | 0.89 | 0 | 0.18 | 263.1 | 0.8 | 0.46 |
| Hex | 5F | 17 | D2 | 37 | 59 | 0 | 12 | 107 | 50 | 2E |
| Octal | 137 | 27 | 322 | 67 | 131 | 0 | 22 | 407 | 120 | 56 |
| Binary | 1011111 | 10111 | 11010010 | 110111 | 1011001 | 0 | 10010 | 100000111 | 1010000 | 101110 |
Color Harmonies of #5F17D2
Complementary color
Monochromatic Colors of #5F17D2
Black with #5F17D2
Text Example
Text Example
White with #5F17D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F17D2; }
p { color: rgb(95,23,210); }
H1.HeaderClassName
{
color: #5F17D2;
}
.AnyTagClassName
{
color: #5F17D2;
}
</style>
background-color css
<style>
a { background-color: #5F17D2; }
a { background-color: rgb(95,23,210); }
div.DivClassName
{
background-color: #5F17D2;
}
.BgClassName
{
background-color: #5F17D2;
}
</style>
border-color css
<style>
span { border-color: #5F17D2; }
span { border-color: rgb(95,23,210); }
td.TdClassName
{
border-color: #5F17D2;
}
.TagClassName
{
border-color: #5F17D2;
}
</style>