Shades of Studio #75459D
Tints of Studio #75459D
RGB
CMYK
RGB Variations
Color information
#75459D (or 0x75459D) is known color: Studio. HEX triplet: 75, 45 and 9D. RGB value is (117,69,157). Sum of RGB (Red+Green+Blue) = 117+69+157=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #75459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459D is #8ABA62. Grayscale: #5D5D5D. Windows color (decimal): -9091683 or 10306933. OLE color: 10306933.
HSL color Cylindrical-coordinate representation of color #75459D: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75459D is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 69 | 157 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.38 |
| HSL | 272.73º | 0.39% | 0.44% | - |
| HSV(B) | 272.73º | 0.56% | 0.62% | - |
| XYZ | 15.55 | 10.47 | 33.1 | - |
| YUV | 93.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 157 | 0.25 | 0.56 | 0 | 0.38 | 272.73 | 0.39 | 0.44 |
| Hex | 75 | 45 | 9D | 19 | 38 | 0 | 26 | 111 | 27 | 2C |
| Octal | 165 | 105 | 235 | 31 | 70 | 0 | 46 | 421 | 47 | 54 |
| Binary | 1110101 | 1000101 | 10011101 | 11001 | 111000 | 0 | 100110 | 100010001 | 100111 | 101100 |
Color Harmonies of #75459D
Complementary color
Monochromatic Colors of #75459D
Black with #75459D
Text Example
Text Example
White with #75459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75459D; }
p { color: rgb(117,69,157); }
H1.HeaderClassName
{
color: #75459D;
}
.AnyTagClassName
{
color: #75459D;
}
</style>
background-color css
<style>
a { background-color: #75459D; }
a { background-color: rgb(117,69,157); }
div.DivClassName
{
background-color: #75459D;
}
.BgClassName
{
background-color: #75459D;
}
</style>
border-color css
<style>
span { border-color: #75459D; }
span { border-color: rgb(117,69,157); }
td.TdClassName
{
border-color: #75459D;
}
.TagClassName
{
border-color: #75459D;
}
</style>