Shades of Purple Heart #4021CB
Tints of Purple Heart #4021CB
RGB
CMYK
RGB Variations
Color information
#4021CB (or 0x4021CB) is known color: Purple Heart. HEX triplet: 40, 21 and CB. RGB value is (64,33,203). Sum of RGB (Red+Green+Blue) = 64+33+203=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #4021CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021CB is #BFDE34. Grayscale: #3D3D3D. Windows color (decimal): -12574261 or 13312320. OLE color: 13312320.
HSL color Cylindrical-coordinate representation of color #4021CB: hue angle of 250.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4021CB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 33 | 203 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.20 |
| HSL | 250.94º | 0.72% | 0.46% | - |
| HSV(B) | 250.94º | 0.84% | 0.8% | - |
| XYZ | 13.44 | 6.49 | 57.04 | - |
| YUV | 61.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 203 | 0.68 | 0.84 | 0 | 0.20 | 250.94 | 0.72 | 0.46 |
| Hex | 40 | 21 | CB | 44 | 54 | 0 | 14 | FB | 48 | 2E |
| Octal | 100 | 41 | 313 | 104 | 124 | 0 | 24 | 373 | 110 | 56 |
| Binary | 1000000 | 100001 | 11001011 | 1000100 | 1010100 | 0 | 10100 | 11111011 | 1001000 | 101110 |
Color Harmonies of #4021CB
Complementary color
Monochromatic Colors of #4021CB
Black with #4021CB
Text Example
Text Example
White with #4021CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021CB; }
p { color: rgb(64,33,203); }
H1.HeaderClassName
{
color: #4021CB;
}
.AnyTagClassName
{
color: #4021CB;
}
</style>
background-color css
<style>
a { background-color: #4021CB; }
a { background-color: rgb(64,33,203); }
div.DivClassName
{
background-color: #4021CB;
}
.BgClassName
{
background-color: #4021CB;
}
</style>
border-color css
<style>
span { border-color: #4021CB; }
span { border-color: rgb(64,33,203); }
td.TdClassName
{
border-color: #4021CB;
}
.TagClassName
{
border-color: #4021CB;
}
</style>