Shades of Cosmic #7D3B5D
Tints of Cosmic #7D3B5D
RGB
CMYK
RGB Variations
Color information
#7D3B5D (or 0x7D3B5D) is known color: Cosmic. HEX triplet: 7D, 3B and 5D. RGB value is (125,59,93). Sum of RGB (Red+Green+Blue) = 125+59+93=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B5D is #82C4A2. Grayscale: #525252. Windows color (decimal): -8570019 or 6110077. OLE color: 6110077.
HSL color Cylindrical-coordinate representation of color #7D3B5D: hue angle of 329.09º 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 #7D3B5D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 59 | 93 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.51 |
| HSL | 329.09º | 0.36% | 0.36% | - |
| HSV(B) | 329.09º | 0.53% | 0.49% | - |
| XYZ | 12 | 8.28 | 11.32 | - |
| YUV | 82.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 93 | 0 | 0.53 | 0.26 | 0.51 | 329.09 | 0.36 | 0.36 |
| Hex | 7D | 3B | 5D | 0 | 35 | 1A | 33 | 149 | 24 | 24 |
| Octal | 175 | 73 | 135 | 0 | 65 | 32 | 63 | 511 | 44 | 44 |
| Binary | 1111101 | 111011 | 1011101 | 0 | 110101 | 11010 | 110011 | 101001001 | 100100 | 100100 |
Color Harmonies of #7D3B5D
Complementary color
Monochromatic Colors of #7D3B5D
Black with #7D3B5D
Text Example
Text Example
White with #7D3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3B5D; }
p { color: rgb(125,59,93); }
H1.HeaderClassName
{
color: #7D3B5D;
}
.AnyTagClassName
{
color: #7D3B5D;
}
</style>
background-color css
<style>
a { background-color: #7D3B5D; }
a { background-color: rgb(125,59,93); }
div.DivClassName
{
background-color: #7D3B5D;
}
.BgClassName
{
background-color: #7D3B5D;
}
</style>
border-color css
<style>
span { border-color: #7D3B5D; }
span { border-color: rgb(125,59,93); }
td.TdClassName
{
border-color: #7D3B5D;
}
.TagClassName
{
border-color: #7D3B5D;
}
</style>