Shades of Cosmic #804A6E
Tints of Cosmic #804A6E
RGB
CMYK
RGB Variations
Color information
#804A6E (or 0x804A6E) is known color: Cosmic. HEX triplet: 80, 4A and 6E. RGB value is (128,74,110). Sum of RGB (Red+Green+Blue) = 128+74+110=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A6E is #7FB591. Grayscale: #5E5E5E. Windows color (decimal): -8369554 or 7228032. OLE color: 7228032.
HSL color Cylindrical-coordinate representation of color #804A6E: hue angle of 320º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A6E is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 110 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.50 |
| HSL | 320º | 0.27% | 0.4% | - |
| HSV(B) | 320º | 0.42% | 0.5% | - |
| XYZ | 14.17 | 10.61 | 16.05 | - |
| YUV | 94.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 110 | 0 | 0.42 | 0.14 | 0.50 | 320 | 0.27 | 0.4 |
| Hex | 80 | 4A | 6E | 0 | 2A | E | 32 | 140 | 1B | 28 |
| Octal | 200 | 112 | 156 | 0 | 52 | 16 | 62 | 500 | 33 | 50 |
| Binary | 10000000 | 1001010 | 1101110 | 0 | 101010 | 1110 | 110010 | 101000000 | 11011 | 101000 |
Color Harmonies of #804A6E
Complementary color
Monochromatic Colors of #804A6E
Black with #804A6E
Text Example
Text Example
White with #804A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A6E; }
p { color: rgb(128,74,110); }
H1.HeaderClassName
{
color: #804A6E;
}
.AnyTagClassName
{
color: #804A6E;
}
</style>
background-color css
<style>
a { background-color: #804A6E; }
a { background-color: rgb(128,74,110); }
div.DivClassName
{
background-color: #804A6E;
}
.BgClassName
{
background-color: #804A6E;
}
</style>
border-color css
<style>
span { border-color: #804A6E; }
span { border-color: rgb(128,74,110); }
td.TdClassName
{
border-color: #804A6E;
}
.TagClassName
{
border-color: #804A6E;
}
</style>