Shades of Studio #75489E
Tints of Studio #75489E
RGB
CMYK
RGB Variations
Color information
#75489E (or 0x75489E) is known color: Studio. HEX triplet: 75, 48 and 9E. RGB value is (117,72,158). Sum of RGB (Red+Green+Blue) = 117+72+158=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #75489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489E is #8AB761. Grayscale: #5E5E5E. Windows color (decimal): -9090914 or 10373237. OLE color: 10373237.
HSL color Cylindrical-coordinate representation of color #75489E: hue angle of 271.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75489E is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 72 | 158 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.38 |
| HSL | 271.4º | 0.37% | 0.45% | - |
| HSV(B) | 271.4º | 0.54% | 0.62% | - |
| XYZ | 15.83 | 10.89 | 33.61 | - |
| YUV | 95.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 158 | 0.26 | 0.54 | 0 | 0.38 | 271.4 | 0.37 | 0.45 |
| Hex | 75 | 48 | 9E | 1A | 36 | 0 | 26 | 10F | 25 | 2D |
| Octal | 165 | 110 | 236 | 32 | 66 | 0 | 46 | 417 | 45 | 55 |
| Binary | 1110101 | 1001000 | 10011110 | 11010 | 110110 | 0 | 100110 | 100001111 | 100101 | 101101 |
Color Harmonies of #75489E
Complementary color
Monochromatic Colors of #75489E
Black with #75489E
Text Example
Text Example
White with #75489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75489E; }
p { color: rgb(117,72,158); }
H1.HeaderClassName
{
color: #75489E;
}
.AnyTagClassName
{
color: #75489E;
}
</style>
background-color css
<style>
a { background-color: #75489E; }
a { background-color: rgb(117,72,158); }
div.DivClassName
{
background-color: #75489E;
}
.BgClassName
{
background-color: #75489E;
}
</style>
border-color css
<style>
span { border-color: #75489E; }
span { border-color: rgb(117,72,158); }
td.TdClassName
{
border-color: #75489E;
}
.TagClassName
{
border-color: #75489E;
}
</style>