Shades of Purple Heart #4222BC
Tints of Purple Heart #4222BC
RGB
CMYK
RGB Variations
Color information
#4222BC (or 0x4222BC) is known color: Purple Heart. HEX triplet: 42, 22 and BC. RGB value is (66,34,188). Sum of RGB (Red+Green+Blue) = 66+34+188=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #4222BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4222BC is #BDDD43. Grayscale: #3C3C3C. Windows color (decimal): -12442948 or 12329538. OLE color: 12329538.
HSL color Cylindrical-coordinate representation of color #4222BC: hue angle of 252.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4222BC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 34 | 188 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.26 |
| HSL | 252.47º | 0.69% | 0.44% | - |
| HSV(B) | 252.47º | 0.82% | 0.74% | - |
| XYZ | 11.9 | 5.93 | 48.1 | - |
| YUV | 61.12 | 199.6 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 188 | 0.65 | 0.82 | 0 | 0.26 | 252.47 | 0.69 | 0.44 |
| Hex | 42 | 22 | BC | 41 | 52 | 0 | 1A | FC | 45 | 2C |
| Octal | 102 | 42 | 274 | 101 | 122 | 0 | 32 | 374 | 105 | 54 |
| Binary | 1000010 | 100010 | 10111100 | 1000001 | 1010010 | 0 | 11010 | 11111100 | 1000101 | 101100 |
Color Harmonies of #4222BC
Complementary color
Monochromatic Colors of #4222BC
Black with #4222BC
Text Example
Text Example
White with #4222BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222BC; }
p { color: rgb(66,34,188); }
H1.HeaderClassName
{
color: #4222BC;
}
.AnyTagClassName
{
color: #4222BC;
}
</style>
background-color css
<style>
a { background-color: #4222BC; }
a { background-color: rgb(66,34,188); }
div.DivClassName
{
background-color: #4222BC;
}
.BgClassName
{
background-color: #4222BC;
}
</style>
border-color css
<style>
span { border-color: #4222BC; }
span { border-color: rgb(66,34,188); }
td.TdClassName
{
border-color: #4222BC;
}
.TagClassName
{
border-color: #4222BC;
}
</style>