Shades of Studio #754798
Tints of Studio #754798
RGB
CMYK
RGB Variations
Color information
#754798 (or 0x754798) is known color: Studio. HEX triplet: 75, 47 and 98. RGB value is (117,71,152). Sum of RGB (Red+Green+Blue) = 117+71+152=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #754798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754798 is #8AB867. Grayscale: #5D5D5D. Windows color (decimal): -9091176 or 9979765. OLE color: 9979765.
HSL color Cylindrical-coordinate representation of color #754798: hue angle of 274.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754798 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 71 | 152 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.40 |
| HSL | 274.07º | 0.36% | 0.44% | - |
| HSV(B) | 274.07º | 0.53% | 0.6% | - |
| XYZ | 15.26 | 10.56 | 30.94 | - |
| YUV | 93.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 152 | 0.23 | 0.53 | 0 | 0.40 | 274.07 | 0.36 | 0.44 |
| Hex | 75 | 47 | 98 | 17 | 35 | 0 | 28 | 112 | 24 | 2C |
| Octal | 165 | 107 | 230 | 27 | 65 | 0 | 50 | 422 | 44 | 54 |
| Binary | 1110101 | 1000111 | 10011000 | 10111 | 110101 | 0 | 101000 | 100010010 | 100100 | 101100 |
Color Harmonies of #754798
Complementary color
Monochromatic Colors of #754798
Black with #754798
Text Example
Text Example
White with #754798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754798; }
p { color: rgb(117,71,152); }
H1.HeaderClassName
{
color: #754798;
}
.AnyTagClassName
{
color: #754798;
}
</style>
background-color css
<style>
a { background-color: #754798; }
a { background-color: rgb(117,71,152); }
div.DivClassName
{
background-color: #754798;
}
.BgClassName
{
background-color: #754798;
}
</style>
border-color css
<style>
span { border-color: #754798; }
span { border-color: rgb(117,71,152); }
td.TdClassName
{
border-color: #754798;
}
.TagClassName
{
border-color: #754798;
}
</style>