Shades of Cosmic #753B5F
Tints of Cosmic #753B5F
RGB
CMYK
RGB Variations
Color information
#753B5F (or 0x753B5F) is known color: Cosmic. HEX triplet: 75, 3B and 5F. RGB value is (117,59,95). Sum of RGB (Red+Green+Blue) = 117+59+95=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5F is #8AC4A0. Grayscale: #505050. Windows color (decimal): -9094305 or 6241141. OLE color: 6241141.
HSL color Cylindrical-coordinate representation of color #753B5F: hue angle of 322.76º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B5F is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 95 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.54 |
| HSL | 322.76º | 0.33% | 0.35% | - |
| HSV(B) | 322.76º | 0.5% | 0.46% | - |
| XYZ | 10.97 | 7.74 | 11.74 | - |
| YUV | 80.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 95 | 0 | 0.50 | 0.19 | 0.54 | 322.76 | 0.33 | 0.35 |
| Hex | 75 | 3B | 5F | 0 | 32 | 13 | 36 | 143 | 21 | 23 |
| Octal | 165 | 73 | 137 | 0 | 62 | 23 | 66 | 503 | 41 | 43 |
| Binary | 1110101 | 111011 | 1011111 | 0 | 110010 | 10011 | 110110 | 101000011 | 100001 | 100011 |
Color Harmonies of #753B5F
Complementary color
Monochromatic Colors of #753B5F
Black with #753B5F
Text Example
Text Example
White with #753B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B5F; }
p { color: rgb(117,59,95); }
H1.HeaderClassName
{
color: #753B5F;
}
.AnyTagClassName
{
color: #753B5F;
}
</style>
background-color css
<style>
a { background-color: #753B5F; }
a { background-color: rgb(117,59,95); }
div.DivClassName
{
background-color: #753B5F;
}
.BgClassName
{
background-color: #753B5F;
}
</style>
border-color css
<style>
span { border-color: #753B5F; }
span { border-color: rgb(117,59,95); }
td.TdClassName
{
border-color: #753B5F;
}
.TagClassName
{
border-color: #753B5F;
}
</style>