Shades of Cosmic #7C3E5C
Tints of Cosmic #7C3E5C
RGB
CMYK
RGB Variations
Color information
#7C3E5C (or 0x7C3E5C) is known color: Cosmic. HEX triplet: 7C, 3E and 5C. RGB value is (124,62,92). Sum of RGB (Red+Green+Blue) = 124+62+92=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3E5C is #83C1A3. Grayscale: #535353. Windows color (decimal): -8634788 or 6045308. OLE color: 6045308.
HSL color Cylindrical-coordinate representation of color #7C3E5C: hue angle of 330.97º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C3E5C is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 92 | - |
| CMYK | 0 | 0.5 | 0.26 | 0.51 |
| HSL | 330.97º | 0.33% | 0.36% | - |
| HSV(B) | 330.97º | 0.5% | 0.49% | - |
| XYZ | 11.97 | 8.5 | 11.14 | - |
| YUV | 83.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 92 | 0 | 0.5 | 0.26 | 0.51 | 330.97 | 0.33 | 0.36 |
| Hex | 7C | 3E | 5C | 0 | 32 | 1A | 33 | 14B | 21 | 24 |
| Octal | 174 | 76 | 134 | 0 | 62 | 32 | 63 | 513 | 41 | 44 |
| Binary | 1111100 | 111110 | 1011100 | 0 | 110010 | 11010 | 110011 | 101001011 | 100001 | 100100 |
Color Harmonies of #7C3E5C
Complementary color
Monochromatic Colors of #7C3E5C
Black with #7C3E5C
Text Example
Text Example
White with #7C3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E5C; }
p { color: rgb(124,62,92); }
H1.HeaderClassName
{
color: #7C3E5C;
}
.AnyTagClassName
{
color: #7C3E5C;
}
</style>
background-color css
<style>
a { background-color: #7C3E5C; }
a { background-color: rgb(124,62,92); }
div.DivClassName
{
background-color: #7C3E5C;
}
.BgClassName
{
background-color: #7C3E5C;
}
</style>
border-color css
<style>
span { border-color: #7C3E5C; }
span { border-color: rgb(124,62,92); }
td.TdClassName
{
border-color: #7C3E5C;
}
.TagClassName
{
border-color: #7C3E5C;
}
</style>