Shades of Scarlet Gum #581A6D
Tints of Scarlet Gum #581A6D
RGB
CMYK
RGB Variations
Color information
#581A6D (or 0x581A6D) is known color: Scarlet Gum. HEX triplet: 58, 1A and 6D. RGB value is (88,26,109). Sum of RGB (Red+Green+Blue) = 88+26+109=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #581A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6D is #A7E592. Grayscale: #353535. Windows color (decimal): -11003283 or 7150168. OLE color: 7150168.
HSL color Cylindrical-coordinate representation of color #581A6D: hue angle of 284.82º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581A6D is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 26 | 109 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.57 |
| HSL | 284.82º | 0.61% | 0.26% | - |
| HSV(B) | 284.82º | 0.76% | 0.43% | - |
| XYZ | 7.15 | 3.92 | 14.85 | - |
| YUV | 54 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 109 | 0.19 | 0.76 | 0 | 0.57 | 284.82 | 0.61 | 0.26 |
| Hex | 58 | 1A | 6D | 13 | 4C | 0 | 39 | 11D | 3D | 1A |
| Octal | 130 | 32 | 155 | 23 | 114 | 0 | 71 | 435 | 75 | 32 |
| Binary | 1011000 | 11010 | 1101101 | 10011 | 1001100 | 0 | 111001 | 100011101 | 111101 | 11010 |
Color Harmonies of #581A6D
Complementary color
Monochromatic Colors of #581A6D
Black with #581A6D
Text Example
Text Example
White with #581A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A6D; }
p { color: rgb(88,26,109); }
H1.HeaderClassName
{
color: #581A6D;
}
.AnyTagClassName
{
color: #581A6D;
}
</style>
background-color css
<style>
a { background-color: #581A6D; }
a { background-color: rgb(88,26,109); }
div.DivClassName
{
background-color: #581A6D;
}
.BgClassName
{
background-color: #581A6D;
}
</style>
border-color css
<style>
span { border-color: #581A6D; }
span { border-color: rgb(88,26,109); }
td.TdClassName
{
border-color: #581A6D;
}
.TagClassName
{
border-color: #581A6D;
}
</style>