Shades of Scarlet Gum #420A5A
Tints of Scarlet Gum #420A5A
RGB
CMYK
RGB Variations
Color information
#420A5A (or 0x420A5A) is known color: Scarlet Gum. HEX triplet: 42, 0A and 5A. RGB value is (66,10,90). Sum of RGB (Red+Green+Blue) = 66+10+90=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #420A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A5A is #BDF5A5. Grayscale: #232323. Windows color (decimal): -12449190 or 5900866. OLE color: 5900866.
HSL color Cylindrical-coordinate representation of color #420A5A: hue angle of 282º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420A5A is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 10 | 90 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.65 |
| HSL | 282º | 0.8% | 0.2% | - |
| HSV(B) | 282º | 0.89% | 0.35% | - |
| XYZ | 4.2 | 2.11 | 9.86 | - |
| YUV | 35.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 90 | 0.27 | 0.89 | 0 | 0.65 | 282 | 0.8 | 0.2 |
| Hex | 42 | A | 5A | 1B | 59 | 0 | 41 | 11A | 50 | 14 |
| Octal | 102 | 12 | 132 | 33 | 131 | 0 | 101 | 432 | 120 | 24 |
| Binary | 1000010 | 1010 | 1011010 | 11011 | 1011001 | 0 | 1000001 | 100011010 | 1010000 | 10100 |
Color Harmonies of #420A5A
Complementary color
Monochromatic Colors of #420A5A
Black with #420A5A
Text Example
Text Example
White with #420A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A5A; }
p { color: rgb(66,10,90); }
H1.HeaderClassName
{
color: #420A5A;
}
.AnyTagClassName
{
color: #420A5A;
}
</style>
background-color css
<style>
a { background-color: #420A5A; }
a { background-color: rgb(66,10,90); }
div.DivClassName
{
background-color: #420A5A;
}
.BgClassName
{
background-color: #420A5A;
}
</style>
border-color css
<style>
span { border-color: #420A5A; }
span { border-color: rgb(66,10,90); }
td.TdClassName
{
border-color: #420A5A;
}
.TagClassName
{
border-color: #420A5A;
}
</style>