Shades of Purple Heart #4021B4
Tints of Purple Heart #4021B4
RGB
CMYK
RGB Variations
Color information
#4021B4 (or 0x4021B4) is known color: Purple Heart. HEX triplet: 40, 21 and B4. RGB value is (64,33,180). Sum of RGB (Red+Green+Blue) = 64+33+180=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #4021B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021B4 is #BFDE4B. Grayscale: #3A3A3A. Windows color (decimal): -12574284 or 11804992. OLE color: 11804992.
HSL color Cylindrical-coordinate representation of color #4021B4: hue angle of 252.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4021B4 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 33 | 180 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.29 |
| HSL | 252.65º | 0.69% | 0.42% | - |
| HSV(B) | 252.65º | 0.82% | 0.71% | - |
| XYZ | 10.9 | 5.47 | 43.66 | - |
| YUV | 59.03 | 196.27 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 180 | 0.64 | 0.82 | 0 | 0.29 | 252.65 | 0.69 | 0.42 |
| Hex | 40 | 21 | B4 | 40 | 52 | 0 | 1D | FD | 45 | 2A |
| Octal | 100 | 41 | 264 | 100 | 122 | 0 | 35 | 375 | 105 | 52 |
| Binary | 1000000 | 100001 | 10110100 | 1000000 | 1010010 | 0 | 11101 | 11111101 | 1000101 | 101010 |
Color Harmonies of #4021B4
Complementary color
Monochromatic Colors of #4021B4
Black with #4021B4
Text Example
Text Example
White with #4021B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021B4; }
p { color: rgb(64,33,180); }
H1.HeaderClassName
{
color: #4021B4;
}
.AnyTagClassName
{
color: #4021B4;
}
</style>
background-color css
<style>
a { background-color: #4021B4; }
a { background-color: rgb(64,33,180); }
div.DivClassName
{
background-color: #4021B4;
}
.BgClassName
{
background-color: #4021B4;
}
</style>
border-color css
<style>
span { border-color: #4021B4; }
span { border-color: rgb(64,33,180); }
td.TdClassName
{
border-color: #4021B4;
}
.TagClassName
{
border-color: #4021B4;
}
</style>