Shades of Cosmic #7A3D5D
Tints of Cosmic #7A3D5D
RGB
CMYK
RGB Variations
Color information
#7A3D5D (or 0x7A3D5D) is known color: Cosmic. HEX triplet: 7A, 3D and 5D. RGB value is (122,61,93). Sum of RGB (Red+Green+Blue) = 122+61+93=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3D5D is #85C2A2. Grayscale: #525252. Windows color (decimal): -8766115 or 6110586. OLE color: 6110586.
HSL color Cylindrical-coordinate representation of color #7A3D5D: hue angle of 328.52º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D5D is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 93 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.52 |
| HSL | 328.52º | 0.33% | 0.36% | - |
| HSV(B) | 328.52º | 0.5% | 0.48% | - |
| XYZ | 11.67 | 8.27 | 11.34 | - |
| YUV | 82.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 93 | 0 | 0.50 | 0.24 | 0.52 | 328.52 | 0.33 | 0.36 |
| Hex | 7A | 3D | 5D | 0 | 32 | 18 | 34 | 149 | 21 | 24 |
| Octal | 172 | 75 | 135 | 0 | 62 | 30 | 64 | 511 | 41 | 44 |
| Binary | 1111010 | 111101 | 1011101 | 0 | 110010 | 11000 | 110100 | 101001001 | 100001 | 100100 |
Color Harmonies of #7A3D5D
Complementary color
Monochromatic Colors of #7A3D5D
Black with #7A3D5D
Text Example
Text Example
White with #7A3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D5D; }
p { color: rgb(122,61,93); }
H1.HeaderClassName
{
color: #7A3D5D;
}
.AnyTagClassName
{
color: #7A3D5D;
}
</style>
background-color css
<style>
a { background-color: #7A3D5D; }
a { background-color: rgb(122,61,93); }
div.DivClassName
{
background-color: #7A3D5D;
}
.BgClassName
{
background-color: #7A3D5D;
}
</style>
border-color css
<style>
span { border-color: #7A3D5D; }
span { border-color: rgb(122,61,93); }
td.TdClassName
{
border-color: #7A3D5D;
}
.TagClassName
{
border-color: #7A3D5D;
}
</style>