Shades of Purple Heart #4F17CE
Tints of Purple Heart #4F17CE
RGB
CMYK
RGB Variations
Color information
#4F17CE (or 0x4F17CE) is known color: Purple Heart. HEX triplet: 4F, 17 and CE. RGB value is (79,23,206). Sum of RGB (Red+Green+Blue) = 79+23+206=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F17CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F17CE is #B0E831. Grayscale: #3B3B3B. Windows color (decimal): -11593778 or 13506383. OLE color: 13506383.
HSL color Cylindrical-coordinate representation of color #4F17CE: hue angle of 258.36º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F17CE is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 23 | 206 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.19 |
| HSL | 258.36º | 0.8% | 0.45% | - |
| HSV(B) | 258.36º | 0.89% | 0.81% | - |
| XYZ | 14.67 | 6.73 | 58.92 | - |
| YUV | 60.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 206 | 0.62 | 0.89 | 0 | 0.19 | 258.36 | 0.8 | 0.45 |
| Hex | 4F | 17 | CE | 3E | 59 | 0 | 13 | 102 | 50 | 2D |
| Octal | 117 | 27 | 316 | 76 | 131 | 0 | 23 | 402 | 120 | 55 |
| Binary | 1001111 | 10111 | 11001110 | 111110 | 1011001 | 0 | 10011 | 100000010 | 1010000 | 101101 |
Color Harmonies of #4F17CE
Complementary color
Monochromatic Colors of #4F17CE
Black with #4F17CE
Text Example
Text Example
White with #4F17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F17CE; }
p { color: rgb(79,23,206); }
H1.HeaderClassName
{
color: #4F17CE;
}
.AnyTagClassName
{
color: #4F17CE;
}
</style>
background-color css
<style>
a { background-color: #4F17CE; }
a { background-color: rgb(79,23,206); }
div.DivClassName
{
background-color: #4F17CE;
}
.BgClassName
{
background-color: #4F17CE;
}
</style>
border-color css
<style>
span { border-color: #4F17CE; }
span { border-color: rgb(79,23,206); }
td.TdClassName
{
border-color: #4F17CE;
}
.TagClassName
{
border-color: #4F17CE;
}
</style>