Shades of Cosmic #75385F
Tints of Cosmic #75385F
RGB
CMYK
RGB Variations
Color information
#75385F (or 0x75385F) is known color: Cosmic. HEX triplet: 75, 38 and 5F. RGB value is (117,56,95). Sum of RGB (Red+Green+Blue) = 117+56+95=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385F is #8AC7A0. Grayscale: #4E4E4E. Windows color (decimal): -9095073 or 6240373. OLE color: 6240373.
HSL color Cylindrical-coordinate representation of color #75385F: hue angle of 321.64º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75385F is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 95 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.54 |
| HSL | 321.64º | 0.35% | 0.34% | - |
| HSV(B) | 321.64º | 0.52% | 0.46% | - |
| XYZ | 10.82 | 7.44 | 11.69 | - |
| YUV | 78.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 95 | 0 | 0.52 | 0.19 | 0.54 | 321.64 | 0.35 | 0.34 |
| Hex | 75 | 38 | 5F | 0 | 34 | 13 | 36 | 142 | 23 | 22 |
| Octal | 165 | 70 | 137 | 0 | 64 | 23 | 66 | 502 | 43 | 42 |
| Binary | 1110101 | 111000 | 1011111 | 0 | 110100 | 10011 | 110110 | 101000010 | 100011 | 100010 |
Color Harmonies of #75385F
Complementary color
Monochromatic Colors of #75385F
Black with #75385F
Text Example
Text Example
White with #75385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75385F; }
p { color: rgb(117,56,95); }
H1.HeaderClassName
{
color: #75385F;
}
.AnyTagClassName
{
color: #75385F;
}
</style>
background-color css
<style>
a { background-color: #75385F; }
a { background-color: rgb(117,56,95); }
div.DivClassName
{
background-color: #75385F;
}
.BgClassName
{
background-color: #75385F;
}
</style>
border-color css
<style>
span { border-color: #75385F; }
span { border-color: rgb(117,56,95); }
td.TdClassName
{
border-color: #75385F;
}
.TagClassName
{
border-color: #75385F;
}
</style>