Shades of Purple Heart #4C17CE
Tints of Purple Heart #4C17CE
RGB
CMYK
RGB Variations
Color information
#4C17CE (or 0x4C17CE) is known color: Purple Heart. HEX triplet: 4C, 17 and CE. RGB value is (76,23,206). Sum of RGB (Red+Green+Blue) = 76+23+206=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C17CE is #B3E831. Grayscale: #3B3B3B. Windows color (decimal): -11790386 or 13506380. OLE color: 13506380.
HSL color Cylindrical-coordinate representation of color #4C17CE: hue angle of 257.38º 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 #4C17CE is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 23 | 206 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.19 |
| HSL | 257.38º | 0.8% | 0.45% | - |
| HSV(B) | 257.38º | 0.89% | 0.81% | - |
| XYZ | 14.43 | 6.61 | 58.91 | - |
| YUV | 59.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 206 | 0.63 | 0.89 | 0 | 0.19 | 257.38 | 0.8 | 0.45 |
| Hex | 4C | 17 | CE | 3F | 59 | 0 | 13 | 101 | 50 | 2D |
| Octal | 114 | 27 | 316 | 77 | 131 | 0 | 23 | 401 | 120 | 55 |
| Binary | 1001100 | 10111 | 11001110 | 111111 | 1011001 | 0 | 10011 | 100000001 | 1010000 | 101101 |
Color Harmonies of #4C17CE
Complementary color
Monochromatic Colors of #4C17CE
Black with #4C17CE
Text Example
Text Example
White with #4C17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C17CE; }
p { color: rgb(76,23,206); }
H1.HeaderClassName
{
color: #4C17CE;
}
.AnyTagClassName
{
color: #4C17CE;
}
</style>
background-color css
<style>
a { background-color: #4C17CE; }
a { background-color: rgb(76,23,206); }
div.DivClassName
{
background-color: #4C17CE;
}
.BgClassName
{
background-color: #4C17CE;
}
</style>
border-color css
<style>
span { border-color: #4C17CE; }
span { border-color: rgb(76,23,206); }
td.TdClassName
{
border-color: #4C17CE;
}
.TagClassName
{
border-color: #4C17CE;
}
</style>