Shades of Purple Heart #422DBB
Tints of Purple Heart #422DBB
RGB
CMYK
RGB Variations
Color information
#422DBB (or 0x422DBB) is known color: Purple Heart. HEX triplet: 42, 2D and BB. RGB value is (66,45,187). Sum of RGB (Red+Green+Blue) = 66+45+187=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #422DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DBB is #BDD244. Grayscale: #424242. Windows color (decimal): -12440133 or 12266818. OLE color: 12266818.
HSL color Cylindrical-coordinate representation of color #422DBB: hue angle of 248.87º degrees, saturation: 0.61, 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 #422DBB is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 45 | 187 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.27 |
| HSL | 248.87º | 0.61% | 0.45% | - |
| HSV(B) | 248.87º | 0.76% | 0.73% | - |
| XYZ | 12.15 | 6.62 | 47.65 | - |
| YUV | 67.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 187 | 0.65 | 0.76 | 0 | 0.27 | 248.87 | 0.61 | 0.45 |
| Hex | 42 | 2D | BB | 41 | 4C | 0 | 1B | F9 | 3D | 2D |
| Octal | 102 | 55 | 273 | 101 | 114 | 0 | 33 | 371 | 75 | 55 |
| Binary | 1000010 | 101101 | 10111011 | 1000001 | 1001100 | 0 | 11011 | 11111001 | 111101 | 101101 |
Color Harmonies of #422DBB
Complementary color
Monochromatic Colors of #422DBB
Black with #422DBB
Text Example
Text Example
White with #422DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DBB; }
p { color: rgb(66,45,187); }
H1.HeaderClassName
{
color: #422DBB;
}
.AnyTagClassName
{
color: #422DBB;
}
</style>
background-color css
<style>
a { background-color: #422DBB; }
a { background-color: rgb(66,45,187); }
div.DivClassName
{
background-color: #422DBB;
}
.BgClassName
{
background-color: #422DBB;
}
</style>
border-color css
<style>
span { border-color: #422DBB; }
span { border-color: rgb(66,45,187); }
td.TdClassName
{
border-color: #422DBB;
}
.TagClassName
{
border-color: #422DBB;
}
</style>