Shades of Studio #754894
Tints of Studio #754894
RGB
CMYK
RGB Variations
Color information
#754894 (or 0x754894) is known color: Studio. HEX triplet: 75, 48 and 94. RGB value is (117,72,148). Sum of RGB (Red+Green+Blue) = 117+72+148=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #754894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754894 is #8AB76B. Grayscale: #5D5D5D. Windows color (decimal): -9090924 or 9717877. OLE color: 9717877.
HSL color Cylindrical-coordinate representation of color #754894: hue angle of 275.53º degrees, saturation: 0.35, 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 #754894 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 72 | 148 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.42 |
| HSL | 275.53º | 0.35% | 0.43% | - |
| HSV(B) | 275.53º | 0.51% | 0.58% | - |
| XYZ | 15 | 10.55 | 29.26 | - |
| YUV | 94.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 148 | 0.21 | 0.51 | 0 | 0.42 | 275.53 | 0.35 | 0.43 |
| Hex | 75 | 48 | 94 | 15 | 33 | 0 | 2A | 114 | 23 | 2B |
| Octal | 165 | 110 | 224 | 25 | 63 | 0 | 52 | 424 | 43 | 53 |
| Binary | 1110101 | 1001000 | 10010100 | 10101 | 110011 | 0 | 101010 | 100010100 | 100011 | 101011 |
Color Harmonies of #754894
Complementary color
Monochromatic Colors of #754894
Black with #754894
Text Example
Text Example
White with #754894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754894; }
p { color: rgb(117,72,148); }
H1.HeaderClassName
{
color: #754894;
}
.AnyTagClassName
{
color: #754894;
}
</style>
background-color css
<style>
a { background-color: #754894; }
a { background-color: rgb(117,72,148); }
div.DivClassName
{
background-color: #754894;
}
.BgClassName
{
background-color: #754894;
}
</style>
border-color css
<style>
span { border-color: #754894; }
span { border-color: rgb(117,72,148); }
td.TdClassName
{
border-color: #754894;
}
.TagClassName
{
border-color: #754894;
}
</style>