Shades of Purple Heart #420ABC
Tints of Purple Heart #420ABC
RGB
CMYK
RGB Variations
Color information
#420ABC (or 0x420ABC) is known color: Purple Heart. HEX triplet: 42, 0A and BC. RGB value is (66,10,188). Sum of RGB (Red+Green+Blue) = 66+10+188=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #420ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABC is #BDF543. Grayscale: #2E2E2E. Windows color (decimal): -12449092 or 12323394. OLE color: 12323394.
HSL color Cylindrical-coordinate representation of color #420ABC: hue angle of 258.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420ABC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 10 | 188 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.26 |
| HSL | 258.88º | 0.9% | 0.39% | - |
| HSV(B) | 258.88º | 0.95% | 0.74% | - |
| XYZ | 11.43 | 5.01 | 47.94 | - |
| YUV | 47.04 | 207.55 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 188 | 0.65 | 0.95 | 0 | 0.26 | 258.88 | 0.9 | 0.39 |
| Hex | 42 | A | BC | 41 | 5F | 0 | 1A | 103 | 5A | 27 |
| Octal | 102 | 12 | 274 | 101 | 137 | 0 | 32 | 403 | 132 | 47 |
| Binary | 1000010 | 1010 | 10111100 | 1000001 | 1011111 | 0 | 11010 | 100000011 | 1011010 | 100111 |
Color Harmonies of #420ABC
Complementary color
Monochromatic Colors of #420ABC
Black with #420ABC
Text Example
Text Example
White with #420ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420ABC; }
p { color: rgb(66,10,188); }
H1.HeaderClassName
{
color: #420ABC;
}
.AnyTagClassName
{
color: #420ABC;
}
</style>
background-color css
<style>
a { background-color: #420ABC; }
a { background-color: rgb(66,10,188); }
div.DivClassName
{
background-color: #420ABC;
}
.BgClassName
{
background-color: #420ABC;
}
</style>
border-color css
<style>
span { border-color: #420ABC; }
span { border-color: rgb(66,10,188); }
td.TdClassName
{
border-color: #420ABC;
}
.TagClassName
{
border-color: #420ABC;
}
</style>