Shades of Studio #75459F
Tints of Studio #75459F
RGB
CMYK
RGB Variations
Color information
#75459F (or 0x75459F) is known color: Studio. HEX triplet: 75, 45 and 9F. RGB value is (117,69,159). Sum of RGB (Red+Green+Blue) = 117+69+159=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #75459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459F is #8ABA60. Grayscale: #5D5D5D. Windows color (decimal): -9091681 or 10438005. OLE color: 10438005.
HSL color Cylindrical-coordinate representation of color #75459F: hue angle of 272º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75459F is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 69 | 159 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.38 |
| HSL | 272º | 0.39% | 0.45% | - |
| HSV(B) | 272º | 0.57% | 0.62% | - |
| XYZ | 15.72 | 10.54 | 34.01 | - |
| YUV | 93.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 159 | 0.26 | 0.57 | 0 | 0.38 | 272 | 0.39 | 0.45 |
| Hex | 75 | 45 | 9F | 1A | 39 | 0 | 26 | 110 | 27 | 2D |
| Octal | 165 | 105 | 237 | 32 | 71 | 0 | 46 | 420 | 47 | 55 |
| Binary | 1110101 | 1000101 | 10011111 | 11010 | 111001 | 0 | 100110 | 100010000 | 100111 | 101101 |
Color Harmonies of #75459F
Complementary color
Monochromatic Colors of #75459F
Black with #75459F
Text Example
Text Example
White with #75459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75459F; }
p { color: rgb(117,69,159); }
H1.HeaderClassName
{
color: #75459F;
}
.AnyTagClassName
{
color: #75459F;
}
</style>
background-color css
<style>
a { background-color: #75459F; }
a { background-color: rgb(117,69,159); }
div.DivClassName
{
background-color: #75459F;
}
.BgClassName
{
background-color: #75459F;
}
</style>
border-color css
<style>
span { border-color: #75459F; }
span { border-color: rgb(117,69,159); }
td.TdClassName
{
border-color: #75459F;
}
.TagClassName
{
border-color: #75459F;
}
</style>