Shades of Purple Heart #4221BC
Tints of Purple Heart #4221BC
RGB
CMYK
RGB Variations
Color information
#4221BC (or 0x4221BC) is known color: Purple Heart. HEX triplet: 42, 21 and BC. RGB value is (66,33,188). Sum of RGB (Red+Green+Blue) = 66+33+188=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #4221BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221BC is #BDDE43. Grayscale: #3B3B3B. Windows color (decimal): -12443204 or 12329282. OLE color: 12329282.
HSL color Cylindrical-coordinate representation of color #4221BC: hue angle of 252.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4221BC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 33 | 188 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.26 |
| HSL | 252.77º | 0.7% | 0.43% | - |
| HSV(B) | 252.77º | 0.82% | 0.74% | - |
| XYZ | 11.87 | 5.88 | 48.09 | - |
| YUV | 60.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 188 | 0.65 | 0.82 | 0 | 0.26 | 252.77 | 0.7 | 0.43 |
| Hex | 42 | 21 | BC | 41 | 52 | 0 | 1A | FD | 46 | 2B |
| Octal | 102 | 41 | 274 | 101 | 122 | 0 | 32 | 375 | 106 | 53 |
| Binary | 1000010 | 100001 | 10111100 | 1000001 | 1010010 | 0 | 11010 | 11111101 | 1000110 | 101011 |
Color Harmonies of #4221BC
Complementary color
Monochromatic Colors of #4221BC
Black with #4221BC
Text Example
Text Example
White with #4221BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4221BC; }
p { color: rgb(66,33,188); }
H1.HeaderClassName
{
color: #4221BC;
}
.AnyTagClassName
{
color: #4221BC;
}
</style>
background-color css
<style>
a { background-color: #4221BC; }
a { background-color: rgb(66,33,188); }
div.DivClassName
{
background-color: #4221BC;
}
.BgClassName
{
background-color: #4221BC;
}
</style>
border-color css
<style>
span { border-color: #4221BC; }
span { border-color: rgb(66,33,188); }
td.TdClassName
{
border-color: #4221BC;
}
.TagClassName
{
border-color: #4221BC;
}
</style>