Shades of Cosmic #7F3C5D
Tints of Cosmic #7F3C5D
RGB
CMYK
RGB Variations
Color information
#7F3C5D (or 0x7F3C5D) is known color: Cosmic. HEX triplet: 7F, 3C and 5D. RGB value is (127,60,93). Sum of RGB (Red+Green+Blue) = 127+60+93=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C5D is #80C3A2. Grayscale: #535353. Windows color (decimal): -8438691 or 6110335. OLE color: 6110335.
HSL color Cylindrical-coordinate representation of color #7F3C5D: hue angle of 330.45º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C5D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 93 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.50 |
| HSL | 330.45º | 0.36% | 0.37% | - |
| HSV(B) | 330.45º | 0.53% | 0.5% | - |
| XYZ | 12.34 | 8.53 | 11.35 | - |
| YUV | 83.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 93 | 0 | 0.53 | 0.27 | 0.50 | 330.45 | 0.36 | 0.37 |
| Hex | 7F | 3C | 5D | 0 | 35 | 1B | 32 | 14A | 24 | 25 |
| Octal | 177 | 74 | 135 | 0 | 65 | 33 | 62 | 512 | 44 | 45 |
| Binary | 1111111 | 111100 | 1011101 | 0 | 110101 | 11011 | 110010 | 101001010 | 100100 | 100101 |
Color Harmonies of #7F3C5D
Complementary color
Monochromatic Colors of #7F3C5D
Black with #7F3C5D
Text Example
Text Example
White with #7F3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C5D; }
p { color: rgb(127,60,93); }
H1.HeaderClassName
{
color: #7F3C5D;
}
.AnyTagClassName
{
color: #7F3C5D;
}
</style>
background-color css
<style>
a { background-color: #7F3C5D; }
a { background-color: rgb(127,60,93); }
div.DivClassName
{
background-color: #7F3C5D;
}
.BgClassName
{
background-color: #7F3C5D;
}
</style>
border-color css
<style>
span { border-color: #7F3C5D; }
span { border-color: rgb(127,60,93); }
td.TdClassName
{
border-color: #7F3C5D;
}
.TagClassName
{
border-color: #7F3C5D;
}
</style>