Shades of Studio #754B98
Tints of Studio #754B98
RGB
CMYK
RGB Variations
Color information
#754B98 (or 0x754B98) is known color: Studio. HEX triplet: 75, 4B and 98. RGB value is (117,75,152). Sum of RGB (Red+Green+Blue) = 117+75+152=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #754B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B98 is #8AB467. Grayscale: #606060. Windows color (decimal): -9090152 or 9980789. OLE color: 9980789.
HSL color Cylindrical-coordinate representation of color #754B98: hue angle of 272.73º 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 #754B98 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 75 | 152 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.40 |
| HSL | 272.73º | 0.34% | 0.45% | - |
| HSV(B) | 272.73º | 0.51% | 0.6% | - |
| XYZ | 15.52 | 11.08 | 31.03 | - |
| YUV | 96.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 152 | 0.23 | 0.51 | 0 | 0.40 | 272.73 | 0.34 | 0.45 |
| Hex | 75 | 4B | 98 | 17 | 33 | 0 | 28 | 111 | 22 | 2D |
| Octal | 165 | 113 | 230 | 27 | 63 | 0 | 50 | 421 | 42 | 55 |
| Binary | 1110101 | 1001011 | 10011000 | 10111 | 110011 | 0 | 101000 | 100010001 | 100010 | 101101 |
Color Harmonies of #754B98
Complementary color
Monochromatic Colors of #754B98
Black with #754B98
Text Example
Text Example
White with #754B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B98; }
p { color: rgb(117,75,152); }
H1.HeaderClassName
{
color: #754B98;
}
.AnyTagClassName
{
color: #754B98;
}
</style>
background-color css
<style>
a { background-color: #754B98; }
a { background-color: rgb(117,75,152); }
div.DivClassName
{
background-color: #754B98;
}
.BgClassName
{
background-color: #754B98;
}
</style>
border-color css
<style>
span { border-color: #754B98; }
span { border-color: rgb(117,75,152); }
td.TdClassName
{
border-color: #754B98;
}
.TagClassName
{
border-color: #754B98;
}
</style>