Shades of Studio #754D99
Tints of Studio #754D99
RGB
CMYK
RGB Variations
Color information
#754D99 (or 0x754D99) is known color: Studio. HEX triplet: 75, 4D and 99. RGB value is (117,77,153). Sum of RGB (Red+Green+Blue) = 117+77+153=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #754D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D99 is #8AB266. Grayscale: #616161. Windows color (decimal): -9089639 or 10046837. OLE color: 10046837.
HSL color Cylindrical-coordinate representation of color #754D99: hue angle of 271.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754D99 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 77 | 153 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.4 |
| HSL | 271.58º | 0.33% | 0.45% | - |
| HSV(B) | 271.58º | 0.5% | 0.6% | - |
| XYZ | 15.74 | 11.39 | 31.51 | - |
| YUV | 97.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 153 | 0.24 | 0.50 | 0 | 0.4 | 271.58 | 0.33 | 0.45 |
| Hex | 75 | 4D | 99 | 18 | 32 | 0 | 28 | 110 | 21 | 2D |
| Octal | 165 | 115 | 231 | 30 | 62 | 0 | 50 | 420 | 41 | 55 |
| Binary | 1110101 | 1001101 | 10011001 | 11000 | 110010 | 0 | 101000 | 100010000 | 100001 | 101101 |
Color Harmonies of #754D99
Complementary color
Monochromatic Colors of #754D99
Black with #754D99
Text Example
Text Example
White with #754D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D99; }
p { color: rgb(117,77,153); }
H1.HeaderClassName
{
color: #754D99;
}
.AnyTagClassName
{
color: #754D99;
}
</style>
background-color css
<style>
a { background-color: #754D99; }
a { background-color: rgb(117,77,153); }
div.DivClassName
{
background-color: #754D99;
}
.BgClassName
{
background-color: #754D99;
}
</style>
border-color css
<style>
span { border-color: #754D99; }
span { border-color: rgb(117,77,153); }
td.TdClassName
{
border-color: #754D99;
}
.TagClassName
{
border-color: #754D99;
}
</style>