Shades of Purple Heart #422BBA
Tints of Purple Heart #422BBA
RGB
CMYK
RGB Variations
Color information
#422BBA (or 0x422BBA) is known color: Purple Heart. HEX triplet: 42, 2B and BA. RGB value is (66,43,186). Sum of RGB (Red+Green+Blue) = 66+43+186=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #422BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BBA is #BDD445. Grayscale: #414141. Windows color (decimal): -12440646 or 12200770. OLE color: 12200770.
HSL color Cylindrical-coordinate representation of color #422BBA: hue angle of 249.65º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422BBA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 43 | 186 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.27 |
| HSL | 249.65º | 0.62% | 0.45% | - |
| HSV(B) | 249.65º | 0.77% | 0.73% | - |
| XYZ | 11.97 | 6.43 | 47.06 | - |
| YUV | 66.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 186 | 0.65 | 0.77 | 0 | 0.27 | 249.65 | 0.62 | 0.45 |
| Hex | 42 | 2B | BA | 41 | 4D | 0 | 1B | FA | 3E | 2D |
| Octal | 102 | 53 | 272 | 101 | 115 | 0 | 33 | 372 | 76 | 55 |
| Binary | 1000010 | 101011 | 10111010 | 1000001 | 1001101 | 0 | 11011 | 11111010 | 111110 | 101101 |
Color Harmonies of #422BBA
Complementary color
Monochromatic Colors of #422BBA
Black with #422BBA
Text Example
Text Example
White with #422BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BBA; }
p { color: rgb(66,43,186); }
H1.HeaderClassName
{
color: #422BBA;
}
.AnyTagClassName
{
color: #422BBA;
}
</style>
background-color css
<style>
a { background-color: #422BBA; }
a { background-color: rgb(66,43,186); }
div.DivClassName
{
background-color: #422BBA;
}
.BgClassName
{
background-color: #422BBA;
}
</style>
border-color css
<style>
span { border-color: #422BBA; }
span { border-color: rgb(66,43,186); }
td.TdClassName
{
border-color: #422BBA;
}
.TagClassName
{
border-color: #422BBA;
}
</style>