Shades of Purple Heart #4117CE
Tints of Purple Heart #4117CE
RGB
CMYK
RGB Variations
Color information
#4117CE (or 0x4117CE) is known color: Purple Heart. HEX triplet: 41, 17 and CE. RGB value is (65,23,206). Sum of RGB (Red+Green+Blue) = 65+23+206=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #4117CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117CE is #BEE831. Grayscale: #373737. Windows color (decimal): -12511282 or 13506369. OLE color: 13506369.
HSL color Cylindrical-coordinate representation of color #4117CE: hue angle of 253.77º 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 #4117CE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 23 | 206 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.19 |
| HSL | 253.77º | 0.8% | 0.45% | - |
| HSV(B) | 253.77º | 0.89% | 0.81% | - |
| XYZ | 13.63 | 6.19 | 58.87 | - |
| YUV | 56.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 206 | 0.68 | 0.89 | 0 | 0.19 | 253.77 | 0.8 | 0.45 |
| Hex | 41 | 17 | CE | 44 | 59 | 0 | 13 | FE | 50 | 2D |
| Octal | 101 | 27 | 316 | 104 | 131 | 0 | 23 | 376 | 120 | 55 |
| Binary | 1000001 | 10111 | 11001110 | 1000100 | 1011001 | 0 | 10011 | 11111110 | 1010000 | 101101 |
Color Harmonies of #4117CE
Complementary color
Monochromatic Colors of #4117CE
Black with #4117CE
Text Example
Text Example
White with #4117CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117CE; }
p { color: rgb(65,23,206); }
H1.HeaderClassName
{
color: #4117CE;
}
.AnyTagClassName
{
color: #4117CE;
}
</style>
background-color css
<style>
a { background-color: #4117CE; }
a { background-color: rgb(65,23,206); }
div.DivClassName
{
background-color: #4117CE;
}
.BgClassName
{
background-color: #4117CE;
}
</style>
border-color css
<style>
span { border-color: #4117CE; }
span { border-color: rgb(65,23,206); }
td.TdClassName
{
border-color: #4117CE;
}
.TagClassName
{
border-color: #4117CE;
}
</style>