Shades of Purple Heart #420CBA
Tints of Purple Heart #420CBA
RGB
CMYK
RGB Variations
Color information
#420CBA (or 0x420CBA) is known color: Purple Heart. HEX triplet: 42, 0C and BA. RGB value is (66,12,186). Sum of RGB (Red+Green+Blue) = 66+12+186=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #420CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBA is #BDF345. Grayscale: #2F2F2F. Windows color (decimal): -12448582 or 12192834. OLE color: 12192834.
HSL color Cylindrical-coordinate representation of color #420CBA: hue angle of 258.62º degrees, saturation: 0.88, 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 #420CBA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 12 | 186 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.27 |
| HSL | 258.62º | 0.88% | 0.39% | - |
| HSV(B) | 258.62º | 0.94% | 0.73% | - |
| XYZ | 11.24 | 4.97 | 46.82 | - |
| YUV | 47.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 186 | 0.65 | 0.94 | 0 | 0.27 | 258.62 | 0.88 | 0.39 |
| Hex | 42 | C | BA | 41 | 5E | 0 | 1B | 103 | 58 | 27 |
| Octal | 102 | 14 | 272 | 101 | 136 | 0 | 33 | 403 | 130 | 47 |
| Binary | 1000010 | 1100 | 10111010 | 1000001 | 1011110 | 0 | 11011 | 100000011 | 1011000 | 100111 |
Color Harmonies of #420CBA
Complementary color
Monochromatic Colors of #420CBA
Black with #420CBA
Text Example
Text Example
White with #420CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CBA; }
p { color: rgb(66,12,186); }
H1.HeaderClassName
{
color: #420CBA;
}
.AnyTagClassName
{
color: #420CBA;
}
</style>
background-color css
<style>
a { background-color: #420CBA; }
a { background-color: rgb(66,12,186); }
div.DivClassName
{
background-color: #420CBA;
}
.BgClassName
{
background-color: #420CBA;
}
</style>
border-color css
<style>
span { border-color: #420CBA; }
span { border-color: rgb(66,12,186); }
td.TdClassName
{
border-color: #420CBA;
}
.TagClassName
{
border-color: #420CBA;
}
</style>