Shades of Scarlet Gum #420C57
Tints of Scarlet Gum #420C57
RGB
CMYK
RGB Variations
Color information
#420C57 (or 0x420C57) is known color: Scarlet Gum. HEX triplet: 42, 0C and 57. RGB value is (66,12,87). Sum of RGB (Red+Green+Blue) = 66+12+87=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #420C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C57 is #BDF3A8. Grayscale: #242424. Windows color (decimal): -12448681 or 5704770. OLE color: 5704770.
HSL color Cylindrical-coordinate representation of color #420C57: hue angle of 283.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420C57 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 12 | 87 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.66 |
| HSL | 283.2º | 0.76% | 0.19% | - |
| HSV(B) | 283.2º | 0.86% | 0.34% | - |
| XYZ | 4.1 | 2.11 | 9.21 | - |
| YUV | 36.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 87 | 0.24 | 0.86 | 0 | 0.66 | 283.2 | 0.76 | 0.19 |
| Hex | 42 | C | 57 | 18 | 56 | 0 | 42 | 11B | 4C | 13 |
| Octal | 102 | 14 | 127 | 30 | 126 | 0 | 102 | 433 | 114 | 23 |
| Binary | 1000010 | 1100 | 1010111 | 11000 | 1010110 | 0 | 1000010 | 100011011 | 1001100 | 10011 |
Color Harmonies of #420C57
Complementary color
Monochromatic Colors of #420C57
Black with #420C57
Text Example
Text Example
White with #420C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C57; }
p { color: rgb(66,12,87); }
H1.HeaderClassName
{
color: #420C57;
}
.AnyTagClassName
{
color: #420C57;
}
</style>
background-color css
<style>
a { background-color: #420C57; }
a { background-color: rgb(66,12,87); }
div.DivClassName
{
background-color: #420C57;
}
.BgClassName
{
background-color: #420C57;
}
</style>
border-color css
<style>
span { border-color: #420C57; }
span { border-color: rgb(66,12,87); }
td.TdClassName
{
border-color: #420C57;
}
.TagClassName
{
border-color: #420C57;
}
</style>