Shades of Scarlet Gum #420A56
Tints of Scarlet Gum #420A56
RGB
CMYK
RGB Variations
Color information
#420A56 (or 0x420A56) is known color: Scarlet Gum. HEX triplet: 42, 0A and 56. RGB value is (66,10,86). Sum of RGB (Red+Green+Blue) = 66+10+86=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #420A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A56 is #BDF5A9. Grayscale: #232323. Windows color (decimal): -12449194 or 5638722. OLE color: 5638722.
HSL color Cylindrical-coordinate representation of color #420A56: hue angle of 284.21º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420A56 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 10 | 86 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.66 |
| HSL | 284.21º | 0.79% | 0.19% | - |
| HSV(B) | 284.21º | 0.88% | 0.34% | - |
| XYZ | 4.04 | 2.05 | 8.99 | - |
| YUV | 35.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 86 | 0.23 | 0.88 | 0 | 0.66 | 284.21 | 0.79 | 0.19 |
| Hex | 42 | A | 56 | 17 | 58 | 0 | 42 | 11C | 4F | 13 |
| Octal | 102 | 12 | 126 | 27 | 130 | 0 | 102 | 434 | 117 | 23 |
| Binary | 1000010 | 1010 | 1010110 | 10111 | 1011000 | 0 | 1000010 | 100011100 | 1001111 | 10011 |
Color Harmonies of #420A56
Complementary color
Monochromatic Colors of #420A56
Black with #420A56
Text Example
Text Example
White with #420A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A56; }
p { color: rgb(66,10,86); }
H1.HeaderClassName
{
color: #420A56;
}
.AnyTagClassName
{
color: #420A56;
}
</style>
background-color css
<style>
a { background-color: #420A56; }
a { background-color: rgb(66,10,86); }
div.DivClassName
{
background-color: #420A56;
}
.BgClassName
{
background-color: #420A56;
}
</style>
border-color css
<style>
span { border-color: #420A56; }
span { border-color: rgb(66,10,86); }
td.TdClassName
{
border-color: #420A56;
}
.TagClassName
{
border-color: #420A56;
}
</style>