Shades of Studio #755599
Tints of Studio #755599
RGB
CMYK
RGB Variations
Color information
#755599 (or 0x755599) is known color: Studio. HEX triplet: 75, 55 and 99. RGB value is (117,85,153). Sum of RGB (Red+Green+Blue) = 117+85+153=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #755599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755599 is #8AAA66. Grayscale: #666666. Windows color (decimal): -9087591 or 10048885. OLE color: 10048885.
HSL color Cylindrical-coordinate representation of color #755599: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755599 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 85 | 153 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.4 |
| HSL | 268.24º | 0.29% | 0.47% | - |
| HSV(B) | 268.24º | 0.44% | 0.6% | - |
| XYZ | 16.33 | 12.58 | 31.7 | - |
| YUV | 102.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 153 | 0.24 | 0.44 | 0 | 0.4 | 268.24 | 0.29 | 0.47 |
| Hex | 75 | 55 | 99 | 18 | 2C | 0 | 28 | 10C | 1D | 2F |
| Octal | 165 | 125 | 231 | 30 | 54 | 0 | 50 | 414 | 35 | 57 |
| Binary | 1110101 | 1010101 | 10011001 | 11000 | 101100 | 0 | 101000 | 100001100 | 11101 | 101111 |
Color Harmonies of #755599
Complementary color
Monochromatic Colors of #755599
Black with #755599
Text Example
Text Example
White with #755599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755599; }
p { color: rgb(117,85,153); }
H1.HeaderClassName
{
color: #755599;
}
.AnyTagClassName
{
color: #755599;
}
</style>
background-color css
<style>
a { background-color: #755599; }
a { background-color: rgb(117,85,153); }
div.DivClassName
{
background-color: #755599;
}
.BgClassName
{
background-color: #755599;
}
</style>
border-color css
<style>
span { border-color: #755599; }
span { border-color: rgb(117,85,153); }
td.TdClassName
{
border-color: #755599;
}
.TagClassName
{
border-color: #755599;
}
</style>