Shades of Cosmic #7E5071
Tints of Cosmic #7E5071
RGB
CMYK
RGB Variations
Color information
#7E5071 (or 0x7E5071) is known color: Cosmic. HEX triplet: 7E, 50 and 71. RGB value is (126,80,113). Sum of RGB (Red+Green+Blue) = 126+80+113=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5071 is #81AF8E. Grayscale: #616161. Windows color (decimal): -8499087 or 7426174. OLE color: 7426174.
HSL color Cylindrical-coordinate representation of color #7E5071: hue angle of 316.96º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5071 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 113 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.51 |
| HSL | 316.96º | 0.22% | 0.4% | - |
| HSV(B) | 316.96º | 0.37% | 0.49% | - |
| XYZ | 14.45 | 11.37 | 17.05 | - |
| YUV | 97.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 113 | 0 | 0.37 | 0.10 | 0.51 | 316.96 | 0.22 | 0.4 |
| Hex | 7E | 50 | 71 | 0 | 25 | A | 33 | 13D | 16 | 28 |
| Octal | 176 | 120 | 161 | 0 | 45 | 12 | 63 | 475 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1110001 | 0 | 100101 | 1010 | 110011 | 100111101 | 10110 | 101000 |
Color Harmonies of #7E5071
Complementary color
Monochromatic Colors of #7E5071
Black with #7E5071
Text Example
Text Example
White with #7E5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5071; }
p { color: rgb(126,80,113); }
H1.HeaderClassName
{
color: #7E5071;
}
.AnyTagClassName
{
color: #7E5071;
}
</style>
background-color css
<style>
a { background-color: #7E5071; }
a { background-color: rgb(126,80,113); }
div.DivClassName
{
background-color: #7E5071;
}
.BgClassName
{
background-color: #7E5071;
}
</style>
border-color css
<style>
span { border-color: #7E5071; }
span { border-color: rgb(126,80,113); }
td.TdClassName
{
border-color: #7E5071;
}
.TagClassName
{
border-color: #7E5071;
}
</style>