Shades of Cosmic #763C5D
Tints of Cosmic #763C5D
RGB
CMYK
RGB Variations
Color information
#763C5D (or 0x763C5D) is known color: Cosmic. HEX triplet: 76, 3C and 5D. RGB value is (118,60,93). Sum of RGB (Red+Green+Blue) = 118+60+93=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C5D is #89C3A2. Grayscale: #515151. Windows color (decimal): -9028515 or 6110326. OLE color: 6110326.
HSL color Cylindrical-coordinate representation of color #763C5D: hue angle of 325.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C5D is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 93 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.54 |
| HSL | 325.86º | 0.33% | 0.35% | - |
| HSV(B) | 325.86º | 0.49% | 0.46% | - |
| XYZ | 11.06 | 7.87 | 11.29 | - |
| YUV | 81.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 93 | 0 | 0.49 | 0.21 | 0.54 | 325.86 | 0.33 | 0.35 |
| Hex | 76 | 3C | 5D | 0 | 31 | 15 | 36 | 146 | 21 | 23 |
| Octal | 166 | 74 | 135 | 0 | 61 | 25 | 66 | 506 | 41 | 43 |
| Binary | 1110110 | 111100 | 1011101 | 0 | 110001 | 10101 | 110110 | 101000110 | 100001 | 100011 |
Color Harmonies of #763C5D
Complementary color
Monochromatic Colors of #763C5D
Black with #763C5D
Text Example
Text Example
White with #763C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C5D; }
p { color: rgb(118,60,93); }
H1.HeaderClassName
{
color: #763C5D;
}
.AnyTagClassName
{
color: #763C5D;
}
</style>
background-color css
<style>
a { background-color: #763C5D; }
a { background-color: rgb(118,60,93); }
div.DivClassName
{
background-color: #763C5D;
}
.BgClassName
{
background-color: #763C5D;
}
</style>
border-color css
<style>
span { border-color: #763C5D; }
span { border-color: rgb(118,60,93); }
td.TdClassName
{
border-color: #763C5D;
}
.TagClassName
{
border-color: #763C5D;
}
</style>