Shades of Purple Heart #422CBC
Tints of Purple Heart #422CBC
RGB
CMYK
RGB Variations
Color information
#422CBC (or 0x422CBC) is known color: Purple Heart. HEX triplet: 42, 2C and BC. RGB value is (66,44,188). Sum of RGB (Red+Green+Blue) = 66+44+188=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #422CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CBC is #BDD343. Grayscale: #424242. Windows color (decimal): -12440388 or 12332098. OLE color: 12332098.
HSL color Cylindrical-coordinate representation of color #422CBC: hue angle of 249.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422CBC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 44 | 188 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.26 |
| HSL | 249.17º | 0.62% | 0.45% | - |
| HSV(B) | 249.17º | 0.77% | 0.74% | - |
| XYZ | 12.22 | 6.59 | 48.2 | - |
| YUV | 66.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 188 | 0.65 | 0.77 | 0 | 0.26 | 249.17 | 0.62 | 0.45 |
| Hex | 42 | 2C | BC | 41 | 4D | 0 | 1A | F9 | 3E | 2D |
| Octal | 102 | 54 | 274 | 101 | 115 | 0 | 32 | 371 | 76 | 55 |
| Binary | 1000010 | 101100 | 10111100 | 1000001 | 1001101 | 0 | 11010 | 11111001 | 111110 | 101101 |
Color Harmonies of #422CBC
Complementary color
Monochromatic Colors of #422CBC
Black with #422CBC
Text Example
Text Example
White with #422CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CBC; }
p { color: rgb(66,44,188); }
H1.HeaderClassName
{
color: #422CBC;
}
.AnyTagClassName
{
color: #422CBC;
}
</style>
background-color css
<style>
a { background-color: #422CBC; }
a { background-color: rgb(66,44,188); }
div.DivClassName
{
background-color: #422CBC;
}
.BgClassName
{
background-color: #422CBC;
}
</style>
border-color css
<style>
span { border-color: #422CBC; }
span { border-color: rgb(66,44,188); }
td.TdClassName
{
border-color: #422CBC;
}
.TagClassName
{
border-color: #422CBC;
}
</style>