Shades of Purple Heart #4221B5
Tints of Purple Heart #4221B5
RGB
CMYK
RGB Variations
Color information
#4221B5 (or 0x4221B5) is known color: Purple Heart. HEX triplet: 42, 21 and B5. RGB value is (66,33,181). Sum of RGB (Red+Green+Blue) = 66+33+181=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #4221B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4221B5 is #BDDE4A. Grayscale: #3B3B3B. Windows color (decimal): -12443211 or 11870530. OLE color: 11870530.
HSL color Cylindrical-coordinate representation of color #4221B5: hue angle of 253.38º 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 #4221B5 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 33 | 181 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.29 |
| HSL | 253.38º | 0.69% | 0.42% | - |
| HSV(B) | 253.38º | 0.82% | 0.71% | - |
| XYZ | 11.13 | 5.58 | 44.21 | - |
| YUV | 59.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 181 | 0.64 | 0.82 | 0 | 0.29 | 253.38 | 0.69 | 0.42 |
| Hex | 42 | 21 | B5 | 40 | 52 | 0 | 1D | FD | 45 | 2A |
| Octal | 102 | 41 | 265 | 100 | 122 | 0 | 35 | 375 | 105 | 52 |
| Binary | 1000010 | 100001 | 10110101 | 1000000 | 1010010 | 0 | 11101 | 11111101 | 1000101 | 101010 |
Color Harmonies of #4221B5
Complementary color
Monochromatic Colors of #4221B5
Black with #4221B5
Text Example
Text Example
White with #4221B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4221B5; }
p { color: rgb(66,33,181); }
H1.HeaderClassName
{
color: #4221B5;
}
.AnyTagClassName
{
color: #4221B5;
}
</style>
background-color css
<style>
a { background-color: #4221B5; }
a { background-color: rgb(66,33,181); }
div.DivClassName
{
background-color: #4221B5;
}
.BgClassName
{
background-color: #4221B5;
}
</style>
border-color css
<style>
span { border-color: #4221B5; }
span { border-color: rgb(66,33,181); }
td.TdClassName
{
border-color: #4221B5;
}
.TagClassName
{
border-color: #4221B5;
}
</style>