Shades of Cosmic #7D3563
Tints of Cosmic #7D3563
RGB
CMYK
RGB Variations
Color information
#7D3563 (or 0x7D3563) is known color: Cosmic. HEX triplet: 7D, 35 and 63. RGB value is (125,53,99). Sum of RGB (Red+Green+Blue) = 125+53+99=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3563 is #82CA9C. Grayscale: #4F4F4F. Windows color (decimal): -8571549 or 6501757. OLE color: 6501757.
HSL color Cylindrical-coordinate representation of color #7D3563: hue angle of 321.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3563 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 99 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.51 |
| HSL | 321.67º | 0.4% | 0.35% | - |
| HSV(B) | 321.67º | 0.58% | 0.49% | - |
| XYZ | 11.98 | 7.81 | 12.68 | - |
| YUV | 79.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 99 | 0 | 0.58 | 0.21 | 0.51 | 321.67 | 0.4 | 0.35 |
| Hex | 7D | 35 | 63 | 0 | 3A | 15 | 33 | 142 | 28 | 23 |
| Octal | 175 | 65 | 143 | 0 | 72 | 25 | 63 | 502 | 50 | 43 |
| Binary | 1111101 | 110101 | 1100011 | 0 | 111010 | 10101 | 110011 | 101000010 | 101000 | 100011 |
Color Harmonies of #7D3563
Complementary color
Monochromatic Colors of #7D3563
Black with #7D3563
Text Example
Text Example
White with #7D3563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3563; }
p { color: rgb(125,53,99); }
H1.HeaderClassName
{
color: #7D3563;
}
.AnyTagClassName
{
color: #7D3563;
}
</style>
background-color css
<style>
a { background-color: #7D3563; }
a { background-color: rgb(125,53,99); }
div.DivClassName
{
background-color: #7D3563;
}
.BgClassName
{
background-color: #7D3563;
}
</style>
border-color css
<style>
span { border-color: #7D3563; }
span { border-color: rgb(125,53,99); }
td.TdClassName
{
border-color: #7D3563;
}
.TagClassName
{
border-color: #7D3563;
}
</style>