Shades of Studio #755199
Tints of Studio #755199
RGB
CMYK
RGB Variations
Color information
#755199 (or 0x755199) is known color: Studio. HEX triplet: 75, 51 and 99. RGB value is (117,81,153). Sum of RGB (Red+Green+Blue) = 117+81+153=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #755199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755199 is #8AAE66. Grayscale: #636363. Windows color (decimal): -9088615 or 10047861. OLE color: 10047861.
HSL color Cylindrical-coordinate representation of color #755199: hue angle of 270º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755199 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 81 | 153 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.4 |
| HSL | 270º | 0.31% | 0.46% | - |
| HSV(B) | 270º | 0.47% | 0.6% | - |
| XYZ | 16.03 | 11.97 | 31.6 | - |
| YUV | 99.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 153 | 0.24 | 0.47 | 0 | 0.4 | 270 | 0.31 | 0.46 |
| Hex | 75 | 51 | 99 | 18 | 2F | 0 | 28 | 10E | 1F | 2E |
| Octal | 165 | 121 | 231 | 30 | 57 | 0 | 50 | 416 | 37 | 56 |
| Binary | 1110101 | 1010001 | 10011001 | 11000 | 101111 | 0 | 101000 | 100001110 | 11111 | 101110 |
Color Harmonies of #755199
Complementary color
Monochromatic Colors of #755199
Black with #755199
Text Example
Text Example
White with #755199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755199; }
p { color: rgb(117,81,153); }
H1.HeaderClassName
{
color: #755199;
}
.AnyTagClassName
{
color: #755199;
}
</style>
background-color css
<style>
a { background-color: #755199; }
a { background-color: rgb(117,81,153); }
div.DivClassName
{
background-color: #755199;
}
.BgClassName
{
background-color: #755199;
}
</style>
border-color css
<style>
span { border-color: #755199; }
span { border-color: rgb(117,81,153); }
td.TdClassName
{
border-color: #755199;
}
.TagClassName
{
border-color: #755199;
}
</style>