Shades of Cosmic #804570
Tints of Cosmic #804570
RGB
CMYK
RGB Variations
Color information
#804570 (or 0x804570) is known color: Cosmic. HEX triplet: 80, 45 and 70. RGB value is (128,69,112). Sum of RGB (Red+Green+Blue) = 128+69+112=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #804570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804570 is #7FBA8F. Grayscale: #5B5B5B. Windows color (decimal): -8370832 or 7357824. OLE color: 7357824.
HSL color Cylindrical-coordinate representation of color #804570: hue angle of 316.27º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804570 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 112 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.50 |
| HSL | 316.27º | 0.3% | 0.39% | - |
| HSV(B) | 316.27º | 0.46% | 0.5% | - |
| XYZ | 13.95 | 10.02 | 16.53 | - |
| YUV | 91.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 112 | 0 | 0.46 | 0.12 | 0.50 | 316.27 | 0.3 | 0.39 |
| Hex | 80 | 45 | 70 | 0 | 2E | C | 32 | 13C | 1E | 27 |
| Octal | 200 | 105 | 160 | 0 | 56 | 14 | 62 | 474 | 36 | 47 |
| Binary | 10000000 | 1000101 | 1110000 | 0 | 101110 | 1100 | 110010 | 100111100 | 11110 | 100111 |
Color Harmonies of #804570
Complementary color
Monochromatic Colors of #804570
Black with #804570
Text Example
Text Example
White with #804570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804570; }
p { color: rgb(128,69,112); }
H1.HeaderClassName
{
color: #804570;
}
.AnyTagClassName
{
color: #804570;
}
</style>
background-color css
<style>
a { background-color: #804570; }
a { background-color: rgb(128,69,112); }
div.DivClassName
{
background-color: #804570;
}
.BgClassName
{
background-color: #804570;
}
</style>
border-color css
<style>
span { border-color: #804570; }
span { border-color: rgb(128,69,112); }
td.TdClassName
{
border-color: #804570;
}
.TagClassName
{
border-color: #804570;
}
</style>