Shades of Cosmic #7E3B62
Tints of Cosmic #7E3B62
RGB
CMYK
RGB Variations
Color information
#7E3B62 (or 0x7E3B62) is known color: Cosmic. HEX triplet: 7E, 3B and 62. RGB value is (126,59,98). Sum of RGB (Red+Green+Blue) = 126+59+98=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B62 is #81C49D. Grayscale: #535353. Windows color (decimal): -8504478 or 6437758. OLE color: 6437758.
HSL color Cylindrical-coordinate representation of color #7E3B62: hue angle of 325.07º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B62 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 98 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.51 |
| HSL | 325.07º | 0.36% | 0.36% | - |
| HSV(B) | 325.07º | 0.53% | 0.49% | - |
| XYZ | 12.37 | 8.45 | 12.53 | - |
| YUV | 83.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 98 | 0 | 0.53 | 0.22 | 0.51 | 325.07 | 0.36 | 0.36 |
| Hex | 7E | 3B | 62 | 0 | 35 | 16 | 33 | 145 | 24 | 24 |
| Octal | 176 | 73 | 142 | 0 | 65 | 26 | 63 | 505 | 44 | 44 |
| Binary | 1111110 | 111011 | 1100010 | 0 | 110101 | 10110 | 110011 | 101000101 | 100100 | 100100 |
Color Harmonies of #7E3B62
Complementary color
Monochromatic Colors of #7E3B62
Black with #7E3B62
Text Example
Text Example
White with #7E3B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B62; }
p { color: rgb(126,59,98); }
H1.HeaderClassName
{
color: #7E3B62;
}
.AnyTagClassName
{
color: #7E3B62;
}
</style>
background-color css
<style>
a { background-color: #7E3B62; }
a { background-color: rgb(126,59,98); }
div.DivClassName
{
background-color: #7E3B62;
}
.BgClassName
{
background-color: #7E3B62;
}
</style>
border-color css
<style>
span { border-color: #7E3B62; }
span { border-color: rgb(126,59,98); }
td.TdClassName
{
border-color: #7E3B62;
}
.TagClassName
{
border-color: #7E3B62;
}
</style>