Shades of Purple Heart #5F17CB
Tints of Purple Heart #5F17CB
RGB
CMYK
RGB Variations
Color information
#5F17CB (or 0x5F17CB) is known color: Purple Heart. HEX triplet: 5F, 17 and CB. RGB value is (95,23,203). Sum of RGB (Red+Green+Blue) = 95+23+203=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F17CB is #A0E834. Grayscale: #404040. Windows color (decimal): -10545205 or 13309791. OLE color: 13309791.
HSL color Cylindrical-coordinate representation of color #5F17CB: hue angle of 264º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F17CB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 23 | 203 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.20 |
| HSL | 264º | 0.8% | 0.44% | - |
| HSV(B) | 264º | 0.89% | 0.8% | - |
| XYZ | 15.81 | 7.36 | 57.09 | - |
| YUV | 65.05 | 205.85 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 203 | 0.53 | 0.89 | 0 | 0.20 | 264 | 0.8 | 0.44 |
| Hex | 5F | 17 | CB | 35 | 59 | 0 | 14 | 108 | 50 | 2C |
| Octal | 137 | 27 | 313 | 65 | 131 | 0 | 24 | 410 | 120 | 54 |
| Binary | 1011111 | 10111 | 11001011 | 110101 | 1011001 | 0 | 10100 | 100001000 | 1010000 | 101100 |
Color Harmonies of #5F17CB
Complementary color
Monochromatic Colors of #5F17CB
Black with #5F17CB
Text Example
Text Example
White with #5F17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F17CB; }
p { color: rgb(95,23,203); }
H1.HeaderClassName
{
color: #5F17CB;
}
.AnyTagClassName
{
color: #5F17CB;
}
</style>
background-color css
<style>
a { background-color: #5F17CB; }
a { background-color: rgb(95,23,203); }
div.DivClassName
{
background-color: #5F17CB;
}
.BgClassName
{
background-color: #5F17CB;
}
</style>
border-color css
<style>
span { border-color: #5F17CB; }
span { border-color: rgb(95,23,203); }
td.TdClassName
{
border-color: #5F17CB;
}
.TagClassName
{
border-color: #5F17CB;
}
</style>