Shades of Scarlet Gum #471A5C
Tints of Scarlet Gum #471A5C
RGB
CMYK
RGB Variations
Color information
#471A5C (or 0x471A5C) is known color: Scarlet Gum. HEX triplet: 47, 1A and 5C. RGB value is (71,26,92). Sum of RGB (Red+Green+Blue) = 71+26+92=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #471A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A5C is #B8E5A3. Grayscale: #2E2E2E. Windows color (decimal): -12117412 or 6036039. OLE color: 6036039.
HSL color Cylindrical-coordinate representation of color #471A5C: hue angle of 280.91º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471A5C is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 26 | 92 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.64 |
| HSL | 280.91º | 0.56% | 0.23% | - |
| HSV(B) | 280.91º | 0.72% | 0.36% | - |
| XYZ | 4.9 | 2.85 | 10.42 | - |
| YUV | 46.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 92 | 0.23 | 0.72 | 0 | 0.64 | 280.91 | 0.56 | 0.23 |
| Hex | 47 | 1A | 5C | 17 | 48 | 0 | 40 | 119 | 38 | 17 |
| Octal | 107 | 32 | 134 | 27 | 110 | 0 | 100 | 431 | 70 | 27 |
| Binary | 1000111 | 11010 | 1011100 | 10111 | 1001000 | 0 | 1000000 | 100011001 | 111000 | 10111 |
Color Harmonies of #471A5C
Complementary color
Monochromatic Colors of #471A5C
Black with #471A5C
Text Example
Text Example
White with #471A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A5C; }
p { color: rgb(71,26,92); }
H1.HeaderClassName
{
color: #471A5C;
}
.AnyTagClassName
{
color: #471A5C;
}
</style>
background-color css
<style>
a { background-color: #471A5C; }
a { background-color: rgb(71,26,92); }
div.DivClassName
{
background-color: #471A5C;
}
.BgClassName
{
background-color: #471A5C;
}
</style>
border-color css
<style>
span { border-color: #471A5C; }
span { border-color: rgb(71,26,92); }
td.TdClassName
{
border-color: #471A5C;
}
.TagClassName
{
border-color: #471A5C;
}
</style>