Shades of Purple Heart #4217CE
Tints of Purple Heart #4217CE
RGB
CMYK
RGB Variations
Color information
#4217CE (or 0x4217CE) is known color: Purple Heart. HEX triplet: 42, 17 and CE. RGB value is (66,23,206). Sum of RGB (Red+Green+Blue) = 66+23+206=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4217CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217CE is #BDE831. Grayscale: #383838. Windows color (decimal): -12445746 or 13506370. OLE color: 13506370.
HSL color Cylindrical-coordinate representation of color #4217CE: hue angle of 254.1º 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 #4217CE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 23 | 206 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.19 |
| HSL | 254.1º | 0.8% | 0.45% | - |
| HSV(B) | 254.1º | 0.89% | 0.81% | - |
| XYZ | 13.69 | 6.23 | 58.87 | - |
| YUV | 56.72 | 212.25 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 206 | 0.68 | 0.89 | 0 | 0.19 | 254.1 | 0.8 | 0.45 |
| Hex | 42 | 17 | CE | 44 | 59 | 0 | 13 | FE | 50 | 2D |
| Octal | 102 | 27 | 316 | 104 | 131 | 0 | 23 | 376 | 120 | 55 |
| Binary | 1000010 | 10111 | 11001110 | 1000100 | 1011001 | 0 | 10011 | 11111110 | 1010000 | 101101 |
Color Harmonies of #4217CE
Complementary color
Monochromatic Colors of #4217CE
Black with #4217CE
Text Example
Text Example
White with #4217CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4217CE; }
p { color: rgb(66,23,206); }
H1.HeaderClassName
{
color: #4217CE;
}
.AnyTagClassName
{
color: #4217CE;
}
</style>
background-color css
<style>
a { background-color: #4217CE; }
a { background-color: rgb(66,23,206); }
div.DivClassName
{
background-color: #4217CE;
}
.BgClassName
{
background-color: #4217CE;
}
</style>
border-color css
<style>
span { border-color: #4217CE; }
span { border-color: rgb(66,23,206); }
td.TdClassName
{
border-color: #4217CE;
}
.TagClassName
{
border-color: #4217CE;
}
</style>