Shades of Purple Heart #4221CB
Tints of Purple Heart #4221CB
RGB
CMYK
RGB Variations
Color information
#4221CB (or 0x4221CB) is known color: Purple Heart. HEX triplet: 42, 21 and CB. RGB value is (66,33,203). Sum of RGB (Red+Green+Blue) = 66+33+203=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #4221CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221CB is #BDDE34. Grayscale: #3D3D3D. Windows color (decimal): -12443189 or 13312322. OLE color: 13312322.
HSL color Cylindrical-coordinate representation of color #4221CB: hue angle of 251.65º 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 #4221CB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 33 | 203 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.20 |
| HSL | 251.65º | 0.72% | 0.46% | - |
| HSV(B) | 251.65º | 0.84% | 0.8% | - |
| XYZ | 13.57 | 6.56 | 57.05 | - |
| YUV | 62.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 203 | 0.67 | 0.84 | 0 | 0.20 | 251.65 | 0.72 | 0.46 |
| Hex | 42 | 21 | CB | 43 | 54 | 0 | 14 | FC | 48 | 2E |
| Octal | 102 | 41 | 313 | 103 | 124 | 0 | 24 | 374 | 110 | 56 |
| Binary | 1000010 | 100001 | 11001011 | 1000011 | 1010100 | 0 | 10100 | 11111100 | 1001000 | 101110 |
Color Harmonies of #4221CB
Complementary color
Monochromatic Colors of #4221CB
Black with #4221CB
Text Example
Text Example
White with #4221CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4221CB; }
p { color: rgb(66,33,203); }
H1.HeaderClassName
{
color: #4221CB;
}
.AnyTagClassName
{
color: #4221CB;
}
</style>
background-color css
<style>
a { background-color: #4221CB; }
a { background-color: rgb(66,33,203); }
div.DivClassName
{
background-color: #4221CB;
}
.BgClassName
{
background-color: #4221CB;
}
</style>
border-color css
<style>
span { border-color: #4221CB; }
span { border-color: rgb(66,33,203); }
td.TdClassName
{
border-color: #4221CB;
}
.TagClassName
{
border-color: #4221CB;
}
</style>