Shades of Studio #754698
Tints of Studio #754698
RGB
CMYK
RGB Variations
Color information
#754698 (or 0x754698) is known color: Studio. HEX triplet: 75, 46 and 98. RGB value is (117,70,152). Sum of RGB (Red+Green+Blue) = 117+70+152=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #754698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754698 is #8AB967. Grayscale: #5D5D5D. Windows color (decimal): -9091432 or 9979509. OLE color: 9979509.
HSL color Cylindrical-coordinate representation of color #754698: hue angle of 274.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754698 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 70 | 152 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.40 |
| HSL | 274.39º | 0.37% | 0.44% | - |
| HSV(B) | 274.39º | 0.54% | 0.6% | - |
| XYZ | 15.19 | 10.43 | 30.92 | - |
| YUV | 93.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 152 | 0.23 | 0.54 | 0 | 0.40 | 274.39 | 0.37 | 0.44 |
| Hex | 75 | 46 | 98 | 17 | 36 | 0 | 28 | 112 | 25 | 2C |
| Octal | 165 | 106 | 230 | 27 | 66 | 0 | 50 | 422 | 45 | 54 |
| Binary | 1110101 | 1000110 | 10011000 | 10111 | 110110 | 0 | 101000 | 100010010 | 100101 | 101100 |
Color Harmonies of #754698
Complementary color
Monochromatic Colors of #754698
Black with #754698
Text Example
Text Example
White with #754698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754698; }
p { color: rgb(117,70,152); }
H1.HeaderClassName
{
color: #754698;
}
.AnyTagClassName
{
color: #754698;
}
</style>
background-color css
<style>
a { background-color: #754698; }
a { background-color: rgb(117,70,152); }
div.DivClassName
{
background-color: #754698;
}
.BgClassName
{
background-color: #754698;
}
</style>
border-color css
<style>
span { border-color: #754698; }
span { border-color: rgb(117,70,152); }
td.TdClassName
{
border-color: #754698;
}
.TagClassName
{
border-color: #754698;
}
</style>