Shades of Purple Heart #420BBA
Tints of Purple Heart #420BBA
RGB
CMYK
RGB Variations
Color information
#420BBA (or 0x420BBA) is known color: Purple Heart. HEX triplet: 42, 0B and BA. RGB value is (66,11,186). Sum of RGB (Red+Green+Blue) = 66+11+186=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #420BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BBA is #BDF445. Grayscale: #2E2E2E. Windows color (decimal): -12448838 or 12192578. OLE color: 12192578.
HSL color Cylindrical-coordinate representation of color #420BBA: hue angle of 258.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420BBA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 11 | 186 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.27 |
| HSL | 258.86º | 0.89% | 0.39% | - |
| HSV(B) | 258.86º | 0.94% | 0.73% | - |
| XYZ | 11.23 | 4.94 | 46.82 | - |
| YUV | 47.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 186 | 0.65 | 0.94 | 0 | 0.27 | 258.86 | 0.89 | 0.39 |
| Hex | 42 | B | BA | 41 | 5E | 0 | 1B | 103 | 59 | 27 |
| Octal | 102 | 13 | 272 | 101 | 136 | 0 | 33 | 403 | 131 | 47 |
| Binary | 1000010 | 1011 | 10111010 | 1000001 | 1011110 | 0 | 11011 | 100000011 | 1011001 | 100111 |
Color Harmonies of #420BBA
Complementary color
Monochromatic Colors of #420BBA
Black with #420BBA
Text Example
Text Example
White with #420BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420BBA; }
p { color: rgb(66,11,186); }
H1.HeaderClassName
{
color: #420BBA;
}
.AnyTagClassName
{
color: #420BBA;
}
</style>
background-color css
<style>
a { background-color: #420BBA; }
a { background-color: rgb(66,11,186); }
div.DivClassName
{
background-color: #420BBA;
}
.BgClassName
{
background-color: #420BBA;
}
</style>
border-color css
<style>
span { border-color: #420BBA; }
span { border-color: rgb(66,11,186); }
td.TdClassName
{
border-color: #420BBA;
}
.TagClassName
{
border-color: #420BBA;
}
</style>