Shades of Cosmic #7A3E58
Tints of Cosmic #7A3E58
RGB
CMYK
RGB Variations
Color information
#7A3E58 (or 0x7A3E58) is known color: Cosmic. HEX triplet: 7A, 3E and 58. RGB value is (122,62,88). Sum of RGB (Red+Green+Blue) = 122+62+88=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E58 is #85C1A7. Grayscale: #525252. Windows color (decimal): -8765864 or 5783162. OLE color: 5783162.
HSL color Cylindrical-coordinate representation of color #7A3E58: hue angle of 334º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E58 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 88 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.52 |
| HSL | 334º | 0.33% | 0.36% | - |
| HSV(B) | 334º | 0.49% | 0.48% | - |
| XYZ | 11.51 | 8.29 | 10.23 | - |
| YUV | 82.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 88 | 0 | 0.49 | 0.28 | 0.52 | 334 | 0.33 | 0.36 |
| Hex | 7A | 3E | 58 | 0 | 31 | 1C | 34 | 14E | 21 | 24 |
| Octal | 172 | 76 | 130 | 0 | 61 | 34 | 64 | 516 | 41 | 44 |
| Binary | 1111010 | 111110 | 1011000 | 0 | 110001 | 11100 | 110100 | 101001110 | 100001 | 100100 |
Color Harmonies of #7A3E58
Complementary color
Monochromatic Colors of #7A3E58
Black with #7A3E58
Text Example
Text Example
White with #7A3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E58; }
p { color: rgb(122,62,88); }
H1.HeaderClassName
{
color: #7A3E58;
}
.AnyTagClassName
{
color: #7A3E58;
}
</style>
background-color css
<style>
a { background-color: #7A3E58; }
a { background-color: rgb(122,62,88); }
div.DivClassName
{
background-color: #7A3E58;
}
.BgClassName
{
background-color: #7A3E58;
}
</style>
border-color css
<style>
span { border-color: #7A3E58; }
span { border-color: rgb(122,62,88); }
td.TdClassName
{
border-color: #7A3E58;
}
.TagClassName
{
border-color: #7A3E58;
}
</style>