Shades of Studio #75499D
Tints of Studio #75499D
RGB
CMYK
RGB Variations
Color information
#75499D (or 0x75499D) is known color: Studio. HEX triplet: 75, 49 and 9D. RGB value is (117,73,157). Sum of RGB (Red+Green+Blue) = 117+73+157=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #75499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75499D is #8AB662. Grayscale: #5F5F5F. Windows color (decimal): -9090659 or 10307957. OLE color: 10307957.
HSL color Cylindrical-coordinate representation of color #75499D: hue angle of 271.43º 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 #75499D is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 73 | 157 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.38 |
| HSL | 271.43º | 0.37% | 0.45% | - |
| HSV(B) | 271.43º | 0.54% | 0.62% | - |
| XYZ | 15.8 | 10.98 | 33.18 | - |
| YUV | 95.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 157 | 0.25 | 0.54 | 0 | 0.38 | 271.43 | 0.37 | 0.45 |
| Hex | 75 | 49 | 9D | 19 | 36 | 0 | 26 | 10F | 25 | 2D |
| Octal | 165 | 111 | 235 | 31 | 66 | 0 | 46 | 417 | 45 | 55 |
| Binary | 1110101 | 1001001 | 10011101 | 11001 | 110110 | 0 | 100110 | 100001111 | 100101 | 101101 |
Color Harmonies of #75499D
Complementary color
Monochromatic Colors of #75499D
Black with #75499D
Text Example
Text Example
White with #75499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75499D; }
p { color: rgb(117,73,157); }
H1.HeaderClassName
{
color: #75499D;
}
.AnyTagClassName
{
color: #75499D;
}
</style>
background-color css
<style>
a { background-color: #75499D; }
a { background-color: rgb(117,73,157); }
div.DivClassName
{
background-color: #75499D;
}
.BgClassName
{
background-color: #75499D;
}
</style>
border-color css
<style>
span { border-color: #75499D; }
span { border-color: rgb(117,73,157); }
td.TdClassName
{
border-color: #75499D;
}
.TagClassName
{
border-color: #75499D;
}
</style>