Shades of Cosmic #7D4B6E
Tints of Cosmic #7D4B6E
RGB
CMYK
RGB Variations
Color information
#7D4B6E (or 0x7D4B6E) is known color: Cosmic. HEX triplet: 7D, 4B and 6E. RGB value is (125,75,110). Sum of RGB (Red+Green+Blue) = 125+75+110=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4B6E is #82B491. Grayscale: #5D5D5D. Windows color (decimal): -8565906 or 7228285. OLE color: 7228285.
HSL color Cylindrical-coordinate representation of color #7D4B6E: hue angle of 318º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D4B6E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 75 | 110 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.51 |
| HSL | 318º | 0.25% | 0.39% | - |
| HSV(B) | 318º | 0.4% | 0.49% | - |
| XYZ | 13.79 | 10.52 | 16.06 | - |
| YUV | 93.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 110 | 0 | 0.40 | 0.12 | 0.51 | 318 | 0.25 | 0.39 |
| Hex | 7D | 4B | 6E | 0 | 28 | C | 33 | 13E | 19 | 27 |
| Octal | 175 | 113 | 156 | 0 | 50 | 14 | 63 | 476 | 31 | 47 |
| Binary | 1111101 | 1001011 | 1101110 | 0 | 101000 | 1100 | 110011 | 100111110 | 11001 | 100111 |
Color Harmonies of #7D4B6E
Complementary color
Monochromatic Colors of #7D4B6E
Black with #7D4B6E
Text Example
Text Example
White with #7D4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B6E; }
p { color: rgb(125,75,110); }
H1.HeaderClassName
{
color: #7D4B6E;
}
.AnyTagClassName
{
color: #7D4B6E;
}
</style>
background-color css
<style>
a { background-color: #7D4B6E; }
a { background-color: rgb(125,75,110); }
div.DivClassName
{
background-color: #7D4B6E;
}
.BgClassName
{
background-color: #7D4B6E;
}
</style>
border-color css
<style>
span { border-color: #7D4B6E; }
span { border-color: rgb(125,75,110); }
td.TdClassName
{
border-color: #7D4B6E;
}
.TagClassName
{
border-color: #7D4B6E;
}
</style>