Shades of Studio #754799
Tints of Studio #754799
RGB
CMYK
RGB Variations
Color information
#754799 (or 0x754799) is known color: Studio. HEX triplet: 75, 47 and 99. RGB value is (117,71,153). Sum of RGB (Red+Green+Blue) = 117+71+153=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #754799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754799 is #8AB866. Grayscale: #5D5D5D. Windows color (decimal): -9091175 or 10045301. OLE color: 10045301.
HSL color Cylindrical-coordinate representation of color #754799: hue angle of 273.66º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754799 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 71 | 153 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.4 |
| HSL | 273.66º | 0.37% | 0.44% | - |
| HSV(B) | 273.66º | 0.54% | 0.6% | - |
| XYZ | 15.34 | 10.59 | 31.37 | - |
| YUV | 94.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 153 | 0.24 | 0.54 | 0 | 0.4 | 273.66 | 0.37 | 0.44 |
| Hex | 75 | 47 | 99 | 18 | 36 | 0 | 28 | 112 | 25 | 2C |
| Octal | 165 | 107 | 231 | 30 | 66 | 0 | 50 | 422 | 45 | 54 |
| Binary | 1110101 | 1000111 | 10011001 | 11000 | 110110 | 0 | 101000 | 100010010 | 100101 | 101100 |
Color Harmonies of #754799
Complementary color
Monochromatic Colors of #754799
Black with #754799
Text Example
Text Example
White with #754799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754799; }
p { color: rgb(117,71,153); }
H1.HeaderClassName
{
color: #754799;
}
.AnyTagClassName
{
color: #754799;
}
</style>
background-color css
<style>
a { background-color: #754799; }
a { background-color: rgb(117,71,153); }
div.DivClassName
{
background-color: #754799;
}
.BgClassName
{
background-color: #754799;
}
</style>
border-color css
<style>
span { border-color: #754799; }
span { border-color: rgb(117,71,153); }
td.TdClassName
{
border-color: #754799;
}
.TagClassName
{
border-color: #754799;
}
</style>