Shades of Purple Heart #4021CE
Tints of Purple Heart #4021CE
RGB
CMYK
RGB Variations
Color information
#4021CE (or 0x4021CE) is known color: Purple Heart. HEX triplet: 40, 21 and CE. RGB value is (64,33,206). Sum of RGB (Red+Green+Blue) = 64+33+206=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #4021CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021CE is #BFDE31. Grayscale: #3D3D3D. Windows color (decimal): -12574258 or 13508928. OLE color: 13508928.
HSL color Cylindrical-coordinate representation of color #4021CE: hue angle of 250.75º degrees, saturation: 0.72, 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 #4021CE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 33 | 206 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.19 |
| HSL | 250.75º | 0.72% | 0.47% | - |
| HSV(B) | 250.75º | 0.84% | 0.81% | - |
| XYZ | 13.8 | 6.63 | 58.95 | - |
| YUV | 61.99 | 209.27 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 206 | 0.69 | 0.84 | 0 | 0.19 | 250.75 | 0.72 | 0.47 |
| Hex | 40 | 21 | CE | 45 | 54 | 0 | 13 | FB | 48 | 2F |
| Octal | 100 | 41 | 316 | 105 | 124 | 0 | 23 | 373 | 110 | 57 |
| Binary | 1000000 | 100001 | 11001110 | 1000101 | 1010100 | 0 | 10011 | 11111011 | 1001000 | 101111 |
Color Harmonies of #4021CE
Complementary color
Monochromatic Colors of #4021CE
Black with #4021CE
Text Example
Text Example
White with #4021CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021CE; }
p { color: rgb(64,33,206); }
H1.HeaderClassName
{
color: #4021CE;
}
.AnyTagClassName
{
color: #4021CE;
}
</style>
background-color css
<style>
a { background-color: #4021CE; }
a { background-color: rgb(64,33,206); }
div.DivClassName
{
background-color: #4021CE;
}
.BgClassName
{
background-color: #4021CE;
}
</style>
border-color css
<style>
span { border-color: #4021CE; }
span { border-color: rgb(64,33,206); }
td.TdClassName
{
border-color: #4021CE;
}
.TagClassName
{
border-color: #4021CE;
}
</style>