Shades of Cosmic #7F4870
Tints of Cosmic #7F4870
RGB
CMYK
RGB Variations
Color information
#7F4870 (or 0x7F4870) is known color: Cosmic. HEX triplet: 7F, 48 and 70. RGB value is (127,72,112). Sum of RGB (Red+Green+Blue) = 127+72+112=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4870 is #80B78F. Grayscale: #5C5C5C. Windows color (decimal): -8435600 or 7358591. OLE color: 7358591.
HSL color Cylindrical-coordinate representation of color #7F4870: hue angle of 316.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4870 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 112 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.50 |
| HSL | 316.36º | 0.28% | 0.39% | - |
| HSV(B) | 316.36º | 0.43% | 0.5% | - |
| XYZ | 13.99 | 10.32 | 16.58 | - |
| YUV | 93.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 112 | 0 | 0.43 | 0.12 | 0.50 | 316.36 | 0.28 | 0.39 |
| Hex | 7F | 48 | 70 | 0 | 2B | C | 32 | 13C | 1C | 27 |
| Octal | 177 | 110 | 160 | 0 | 53 | 14 | 62 | 474 | 34 | 47 |
| Binary | 1111111 | 1001000 | 1110000 | 0 | 101011 | 1100 | 110010 | 100111100 | 11100 | 100111 |
Color Harmonies of #7F4870
Complementary color
Monochromatic Colors of #7F4870
Black with #7F4870
Text Example
Text Example
White with #7F4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4870; }
p { color: rgb(127,72,112); }
H1.HeaderClassName
{
color: #7F4870;
}
.AnyTagClassName
{
color: #7F4870;
}
</style>
background-color css
<style>
a { background-color: #7F4870; }
a { background-color: rgb(127,72,112); }
div.DivClassName
{
background-color: #7F4870;
}
.BgClassName
{
background-color: #7F4870;
}
</style>
border-color css
<style>
span { border-color: #7F4870; }
span { border-color: rgb(127,72,112); }
td.TdClassName
{
border-color: #7F4870;
}
.TagClassName
{
border-color: #7F4870;
}
</style>