Shades of Scarlet Gum #420A5B
Tints of Scarlet Gum #420A5B
RGB
CMYK
RGB Variations
Color information
#420A5B (or 0x420A5B) is known color: Scarlet Gum. HEX triplet: 42, 0A and 5B. RGB value is (66,10,91). Sum of RGB (Red+Green+Blue) = 66+10+91=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #420A5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A5B is #BDF5A4. Grayscale: #232323. Windows color (decimal): -12449189 or 5966402. OLE color: 5966402.
HSL color Cylindrical-coordinate representation of color #420A5B: hue angle of 281.48º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420A5B is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 10 | 91 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.64 |
| HSL | 281.48º | 0.8% | 0.2% | - |
| HSV(B) | 281.48º | 0.89% | 0.36% | - |
| XYZ | 4.24 | 2.13 | 10.09 | - |
| YUV | 35.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 91 | 0.27 | 0.89 | 0 | 0.64 | 281.48 | 0.8 | 0.2 |
| Hex | 42 | A | 5B | 1B | 59 | 0 | 40 | 119 | 50 | 14 |
| Octal | 102 | 12 | 133 | 33 | 131 | 0 | 100 | 431 | 120 | 24 |
| Binary | 1000010 | 1010 | 1011011 | 11011 | 1011001 | 0 | 1000000 | 100011001 | 1010000 | 10100 |
Color Harmonies of #420A5B
Complementary color
Monochromatic Colors of #420A5B
Black with #420A5B
Text Example
Text Example
White with #420A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A5B; }
p { color: rgb(66,10,91); }
H1.HeaderClassName
{
color: #420A5B;
}
.AnyTagClassName
{
color: #420A5B;
}
</style>
background-color css
<style>
a { background-color: #420A5B; }
a { background-color: rgb(66,10,91); }
div.DivClassName
{
background-color: #420A5B;
}
.BgClassName
{
background-color: #420A5B;
}
</style>
border-color css
<style>
span { border-color: #420A5B; }
span { border-color: rgb(66,10,91); }
td.TdClassName
{
border-color: #420A5B;
}
.TagClassName
{
border-color: #420A5B;
}
</style>