Shades of Studio #754994
Tints of Studio #754994
RGB
CMYK
RGB Variations
Color information
#754994 (or 0x754994) is known color: Studio. HEX triplet: 75, 49 and 94. RGB value is (117,73,148). Sum of RGB (Red+Green+Blue) = 117+73+148=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #754994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754994 is #8AB66B. Grayscale: #5E5E5E. Windows color (decimal): -9090668 or 9718133. OLE color: 9718133.
HSL color Cylindrical-coordinate representation of color #754994: hue angle of 275.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754994 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 73 | 148 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.42 |
| HSL | 275.2º | 0.34% | 0.43% | - |
| HSV(B) | 275.2º | 0.51% | 0.58% | - |
| XYZ | 15.06 | 10.69 | 29.29 | - |
| YUV | 94.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 148 | 0.21 | 0.51 | 0 | 0.42 | 275.2 | 0.34 | 0.43 |
| Hex | 75 | 49 | 94 | 15 | 33 | 0 | 2A | 113 | 22 | 2B |
| Octal | 165 | 111 | 224 | 25 | 63 | 0 | 52 | 423 | 42 | 53 |
| Binary | 1110101 | 1001001 | 10010100 | 10101 | 110011 | 0 | 101010 | 100010011 | 100010 | 101011 |
Color Harmonies of #754994
Complementary color
Monochromatic Colors of #754994
Black with #754994
Text Example
Text Example
White with #754994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754994; }
p { color: rgb(117,73,148); }
H1.HeaderClassName
{
color: #754994;
}
.AnyTagClassName
{
color: #754994;
}
</style>
background-color css
<style>
a { background-color: #754994; }
a { background-color: rgb(117,73,148); }
div.DivClassName
{
background-color: #754994;
}
.BgClassName
{
background-color: #754994;
}
</style>
border-color css
<style>
span { border-color: #754994; }
span { border-color: rgb(117,73,148); }
td.TdClassName
{
border-color: #754994;
}
.TagClassName
{
border-color: #754994;
}
</style>