Shades of Studio #754B99
Tints of Studio #754B99
RGB
CMYK
RGB Variations
Color information
#754B99 (or 0x754B99) is known color: Studio. HEX triplet: 75, 4B and 99. RGB value is (117,75,153). Sum of RGB (Red+Green+Blue) = 117+75+153=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #754B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B99 is #8AB466. Grayscale: #606060. Windows color (decimal): -9090151 or 10046325. OLE color: 10046325.
HSL color Cylindrical-coordinate representation of color #754B99: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754B99 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 75 | 153 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.4 |
| HSL | 272.31º | 0.34% | 0.45% | - |
| HSV(B) | 272.31º | 0.51% | 0.6% | - |
| XYZ | 15.6 | 11.11 | 31.46 | - |
| YUV | 96.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 153 | 0.24 | 0.51 | 0 | 0.4 | 272.31 | 0.34 | 0.45 |
| Hex | 75 | 4B | 99 | 18 | 33 | 0 | 28 | 110 | 22 | 2D |
| Octal | 165 | 113 | 231 | 30 | 63 | 0 | 50 | 420 | 42 | 55 |
| Binary | 1110101 | 1001011 | 10011001 | 11000 | 110011 | 0 | 101000 | 100010000 | 100010 | 101101 |
Color Harmonies of #754B99
Complementary color
Monochromatic Colors of #754B99
Black with #754B99
Text Example
Text Example
White with #754B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B99; }
p { color: rgb(117,75,153); }
H1.HeaderClassName
{
color: #754B99;
}
.AnyTagClassName
{
color: #754B99;
}
</style>
background-color css
<style>
a { background-color: #754B99; }
a { background-color: rgb(117,75,153); }
div.DivClassName
{
background-color: #754B99;
}
.BgClassName
{
background-color: #754B99;
}
</style>
border-color css
<style>
span { border-color: #754B99; }
span { border-color: rgb(117,75,153); }
td.TdClassName
{
border-color: #754B99;
}
.TagClassName
{
border-color: #754B99;
}
</style>