Shades of Cosmic #7C415D
Tints of Cosmic #7C415D
RGB
CMYK
RGB Variations
Color information
#7C415D (or 0x7C415D) is known color: Cosmic. HEX triplet: 7C, 41 and 5D. RGB value is (124,65,93). Sum of RGB (Red+Green+Blue) = 124+65+93=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C415D is #83BEA2. Grayscale: #555555. Windows color (decimal): -8634019 or 6111612. OLE color: 6111612.
HSL color Cylindrical-coordinate representation of color #7C415D: hue angle of 331.53º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C415D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 93 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.51 |
| HSL | 331.53º | 0.31% | 0.37% | - |
| HSV(B) | 331.53º | 0.48% | 0.49% | - |
| XYZ | 12.18 | 8.86 | 11.42 | - |
| YUV | 85.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 93 | 0 | 0.48 | 0.25 | 0.51 | 331.53 | 0.31 | 0.37 |
| Hex | 7C | 41 | 5D | 0 | 30 | 19 | 33 | 14C | 1F | 25 |
| Octal | 174 | 101 | 135 | 0 | 60 | 31 | 63 | 514 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1011101 | 0 | 110000 | 11001 | 110011 | 101001100 | 11111 | 100101 |
Color Harmonies of #7C415D
Complementary color
Monochromatic Colors of #7C415D
Black with #7C415D
Text Example
Text Example
White with #7C415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C415D; }
p { color: rgb(124,65,93); }
H1.HeaderClassName
{
color: #7C415D;
}
.AnyTagClassName
{
color: #7C415D;
}
</style>
background-color css
<style>
a { background-color: #7C415D; }
a { background-color: rgb(124,65,93); }
div.DivClassName
{
background-color: #7C415D;
}
.BgClassName
{
background-color: #7C415D;
}
</style>
border-color css
<style>
span { border-color: #7C415D; }
span { border-color: rgb(124,65,93); }
td.TdClassName
{
border-color: #7C415D;
}
.TagClassName
{
border-color: #7C415D;
}
</style>