Shades of Purple Heart #422CBB
Tints of Purple Heart #422CBB
RGB
CMYK
RGB Variations
Color information
#422CBB (or 0x422CBB) is known color: Purple Heart. HEX triplet: 42, 2C and BB. RGB value is (66,44,187). Sum of RGB (Red+Green+Blue) = 66+44+187=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #422CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CBB is #BDD344. Grayscale: #424242. Windows color (decimal): -12440389 or 12266562. OLE color: 12266562.
HSL color Cylindrical-coordinate representation of color #422CBB: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422CBB is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 44 | 187 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.27 |
| HSL | 249.23º | 0.62% | 0.45% | - |
| HSV(B) | 249.23º | 0.76% | 0.73% | - |
| XYZ | 12.12 | 6.55 | 47.64 | - |
| YUV | 66.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 187 | 0.65 | 0.76 | 0 | 0.27 | 249.23 | 0.62 | 0.45 |
| Hex | 42 | 2C | BB | 41 | 4C | 0 | 1B | F9 | 3E | 2D |
| Octal | 102 | 54 | 273 | 101 | 114 | 0 | 33 | 371 | 76 | 55 |
| Binary | 1000010 | 101100 | 10111011 | 1000001 | 1001100 | 0 | 11011 | 11111001 | 111110 | 101101 |
Color Harmonies of #422CBB
Complementary color
Monochromatic Colors of #422CBB
Black with #422CBB
Text Example
Text Example
White with #422CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CBB; }
p { color: rgb(66,44,187); }
H1.HeaderClassName
{
color: #422CBB;
}
.AnyTagClassName
{
color: #422CBB;
}
</style>
background-color css
<style>
a { background-color: #422CBB; }
a { background-color: rgb(66,44,187); }
div.DivClassName
{
background-color: #422CBB;
}
.BgClassName
{
background-color: #422CBB;
}
</style>
border-color css
<style>
span { border-color: #422CBB; }
span { border-color: rgb(66,44,187); }
td.TdClassName
{
border-color: #422CBB;
}
.TagClassName
{
border-color: #422CBB;
}
</style>