Shades of Purple Heart #4021D0
Tints of Purple Heart #4021D0
RGB
CMYK
RGB Variations
Color information
#4021D0 (or 0x4021D0) is known color: Purple Heart. HEX triplet: 40, 21 and D0. RGB value is (64,33,208). Sum of RGB (Red+Green+Blue) = 64+33+208=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #4021D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021D0 is #BFDE2F. Grayscale: #3D3D3D. Windows color (decimal): -12574256 or 13640000. OLE color: 13640000.
HSL color Cylindrical-coordinate representation of color #4021D0: hue angle of 250.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4021D0 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 33 | 208 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.18 |
| HSL | 250.63º | 0.73% | 0.47% | - |
| HSV(B) | 250.63º | 0.84% | 0.82% | - |
| XYZ | 14.04 | 6.73 | 60.23 | - |
| YUV | 62.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 208 | 0.69 | 0.84 | 0 | 0.18 | 250.63 | 0.73 | 0.47 |
| Hex | 40 | 21 | D0 | 45 | 54 | 0 | 12 | FB | 49 | 2F |
| Octal | 100 | 41 | 320 | 105 | 124 | 0 | 22 | 373 | 111 | 57 |
| Binary | 1000000 | 100001 | 11010000 | 1000101 | 1010100 | 0 | 10010 | 11111011 | 1001001 | 101111 |
Color Harmonies of #4021D0
Complementary color
Monochromatic Colors of #4021D0
Black with #4021D0
Text Example
Text Example
White with #4021D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021D0; }
p { color: rgb(64,33,208); }
H1.HeaderClassName
{
color: #4021D0;
}
.AnyTagClassName
{
color: #4021D0;
}
</style>
background-color css
<style>
a { background-color: #4021D0; }
a { background-color: rgb(64,33,208); }
div.DivClassName
{
background-color: #4021D0;
}
.BgClassName
{
background-color: #4021D0;
}
</style>
border-color css
<style>
span { border-color: #4021D0; }
span { border-color: rgb(64,33,208); }
td.TdClassName
{
border-color: #4021D0;
}
.TagClassName
{
border-color: #4021D0;
}
</style>