Shades of Purple Heart #422DBA
Tints of Purple Heart #422DBA
RGB
CMYK
RGB Variations
Color information
#422DBA (or 0x422DBA) is known color: Purple Heart. HEX triplet: 42, 2D and BA. RGB value is (66,45,186). Sum of RGB (Red+Green+Blue) = 66+45+186=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #422DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DBA is #BDD245. Grayscale: #424242. Windows color (decimal): -12440134 or 12201282. OLE color: 12201282.
HSL color Cylindrical-coordinate representation of color #422DBA: hue angle of 248.94º 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 #422DBA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 45 | 186 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.27 |
| HSL | 248.94º | 0.61% | 0.45% | - |
| HSV(B) | 248.94º | 0.76% | 0.73% | - |
| XYZ | 12.05 | 6.58 | 47.09 | - |
| YUV | 67.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 186 | 0.65 | 0.76 | 0 | 0.27 | 248.94 | 0.61 | 0.45 |
| Hex | 42 | 2D | BA | 41 | 4C | 0 | 1B | F9 | 3D | 2D |
| Octal | 102 | 55 | 272 | 101 | 114 | 0 | 33 | 371 | 75 | 55 |
| Binary | 1000010 | 101101 | 10111010 | 1000001 | 1001100 | 0 | 11011 | 11111001 | 111101 | 101101 |
Color Harmonies of #422DBA
Complementary color
Monochromatic Colors of #422DBA
Black with #422DBA
Text Example
Text Example
White with #422DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DBA; }
p { color: rgb(66,45,186); }
H1.HeaderClassName
{
color: #422DBA;
}
.AnyTagClassName
{
color: #422DBA;
}
</style>
background-color css
<style>
a { background-color: #422DBA; }
a { background-color: rgb(66,45,186); }
div.DivClassName
{
background-color: #422DBA;
}
.BgClassName
{
background-color: #422DBA;
}
</style>
border-color css
<style>
span { border-color: #422DBA; }
span { border-color: rgb(66,45,186); }
td.TdClassName
{
border-color: #422DBA;
}
.TagClassName
{
border-color: #422DBA;
}
</style>