Shades of Purple Heart #4020CE
Tints of Purple Heart #4020CE
RGB
CMYK
RGB Variations
Color information
#4020CE (or 0x4020CE) is known color: Purple Heart. HEX triplet: 40, 20 and CE. RGB value is (64,32,206). Sum of RGB (Red+Green+Blue) = 64+32+206=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #4020CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020CE is #BFDF31. Grayscale: #3C3C3C. Windows color (decimal): -12574514 or 13508672. OLE color: 13508672.
HSL color Cylindrical-coordinate representation of color #4020CE: hue angle of 251.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4020CE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 32 | 206 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.19 |
| HSL | 251.03º | 0.73% | 0.47% | - |
| HSV(B) | 251.03º | 0.84% | 0.81% | - |
| XYZ | 13.77 | 6.58 | 58.94 | - |
| YUV | 61.4 | 209.6 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 206 | 0.69 | 0.84 | 0 | 0.19 | 251.03 | 0.73 | 0.47 |
| Hex | 40 | 20 | CE | 45 | 54 | 0 | 13 | FB | 49 | 2F |
| Octal | 100 | 40 | 316 | 105 | 124 | 0 | 23 | 373 | 111 | 57 |
| Binary | 1000000 | 100000 | 11001110 | 1000101 | 1010100 | 0 | 10011 | 11111011 | 1001001 | 101111 |
Color Harmonies of #4020CE
Complementary color
Monochromatic Colors of #4020CE
Black with #4020CE
Text Example
Text Example
White with #4020CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020CE; }
p { color: rgb(64,32,206); }
H1.HeaderClassName
{
color: #4020CE;
}
.AnyTagClassName
{
color: #4020CE;
}
</style>
background-color css
<style>
a { background-color: #4020CE; }
a { background-color: rgb(64,32,206); }
div.DivClassName
{
background-color: #4020CE;
}
.BgClassName
{
background-color: #4020CE;
}
</style>
border-color css
<style>
span { border-color: #4020CE; }
span { border-color: rgb(64,32,206); }
td.TdClassName
{
border-color: #4020CE;
}
.TagClassName
{
border-color: #4020CE;
}
</style>