Shades of Purple Heart #4017CE
Tints of Purple Heart #4017CE
RGB
CMYK
RGB Variations
Color information
#4017CE (or 0x4017CE) is known color: Purple Heart. HEX triplet: 40, 17 and CE. RGB value is (64,23,206). Sum of RGB (Red+Green+Blue) = 64+23+206=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4017CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017CE is #BFE831. Grayscale: #373737. Windows color (decimal): -12576818 or 13506368. OLE color: 13506368.
HSL color Cylindrical-coordinate representation of color #4017CE: hue angle of 253.44º 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 #4017CE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 23 | 206 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.19 |
| HSL | 253.44º | 0.8% | 0.45% | - |
| HSV(B) | 253.44º | 0.89% | 0.81% | - |
| XYZ | 13.56 | 6.16 | 58.87 | - |
| YUV | 56.12 | 212.58 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 206 | 0.69 | 0.89 | 0 | 0.19 | 253.44 | 0.8 | 0.45 |
| Hex | 40 | 17 | CE | 45 | 59 | 0 | 13 | FD | 50 | 2D |
| Octal | 100 | 27 | 316 | 105 | 131 | 0 | 23 | 375 | 120 | 55 |
| Binary | 1000000 | 10111 | 11001110 | 1000101 | 1011001 | 0 | 10011 | 11111101 | 1010000 | 101101 |
Color Harmonies of #4017CE
Complementary color
Monochromatic Colors of #4017CE
Black with #4017CE
Text Example
Text Example
White with #4017CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017CE; }
p { color: rgb(64,23,206); }
H1.HeaderClassName
{
color: #4017CE;
}
.AnyTagClassName
{
color: #4017CE;
}
</style>
background-color css
<style>
a { background-color: #4017CE; }
a { background-color: rgb(64,23,206); }
div.DivClassName
{
background-color: #4017CE;
}
.BgClassName
{
background-color: #4017CE;
}
</style>
border-color css
<style>
span { border-color: #4017CE; }
span { border-color: rgb(64,23,206); }
td.TdClassName
{
border-color: #4017CE;
}
.TagClassName
{
border-color: #4017CE;
}
</style>