Shades of Cosmic #7A3E6A
Tints of Cosmic #7A3E6A
RGB
CMYK
RGB Variations
Color information
#7A3E6A (or 0x7A3E6A) is known color: Cosmic. HEX triplet: 7A, 3E and 6A. RGB value is (122,62,106). Sum of RGB (Red+Green+Blue) = 122+62+106=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E6A is #85C195. Grayscale: #545454. Windows color (decimal): -8765846 or 6962810. OLE color: 6962810.
HSL color Cylindrical-coordinate representation of color #7A3E6A: hue angle of 316º 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 #7A3E6A is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 106 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.52 |
| HSL | 316º | 0.33% | 0.36% | - |
| HSV(B) | 316º | 0.49% | 0.48% | - |
| XYZ | 12.35 | 8.62 | 14.65 | - |
| YUV | 84.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 106 | 0 | 0.49 | 0.13 | 0.52 | 316 | 0.33 | 0.36 |
| Hex | 7A | 3E | 6A | 0 | 31 | D | 34 | 13C | 21 | 24 |
| Octal | 172 | 76 | 152 | 0 | 61 | 15 | 64 | 474 | 41 | 44 |
| Binary | 1111010 | 111110 | 1101010 | 0 | 110001 | 1101 | 110100 | 100111100 | 100001 | 100100 |
Color Harmonies of #7A3E6A
Complementary color
Monochromatic Colors of #7A3E6A
Black with #7A3E6A
Text Example
Text Example
White with #7A3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E6A; }
p { color: rgb(122,62,106); }
H1.HeaderClassName
{
color: #7A3E6A;
}
.AnyTagClassName
{
color: #7A3E6A;
}
</style>
background-color css
<style>
a { background-color: #7A3E6A; }
a { background-color: rgb(122,62,106); }
div.DivClassName
{
background-color: #7A3E6A;
}
.BgClassName
{
background-color: #7A3E6A;
}
</style>
border-color css
<style>
span { border-color: #7A3E6A; }
span { border-color: rgb(122,62,106); }
td.TdClassName
{
border-color: #7A3E6A;
}
.TagClassName
{
border-color: #7A3E6A;
}
</style>