Shades of Studio #754496
Tints of Studio #754496
RGB
CMYK
RGB Variations
Color information
#754496 (or 0x754496) is known color: Studio. HEX triplet: 75, 44 and 96. RGB value is (117,68,150). Sum of RGB (Red+Green+Blue) = 117+68+150=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #754496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754496 is #8ABB69. Grayscale: #5B5B5B. Windows color (decimal): -9091946 or 9847925. OLE color: 9847925.
HSL color Cylindrical-coordinate representation of color #754496: hue angle of 275.85º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754496 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 68 | 150 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.41 |
| HSL | 275.85º | 0.38% | 0.43% | - |
| HSV(B) | 275.85º | 0.55% | 0.59% | - |
| XYZ | 14.91 | 10.12 | 30.02 | - |
| YUV | 92 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 150 | 0.22 | 0.55 | 0 | 0.41 | 275.85 | 0.38 | 0.43 |
| Hex | 75 | 44 | 96 | 16 | 37 | 0 | 29 | 114 | 26 | 2B |
| Octal | 165 | 104 | 226 | 26 | 67 | 0 | 51 | 424 | 46 | 53 |
| Binary | 1110101 | 1000100 | 10010110 | 10110 | 110111 | 0 | 101001 | 100010100 | 100110 | 101011 |
Color Harmonies of #754496
Complementary color
Monochromatic Colors of #754496
Black with #754496
Text Example
Text Example
White with #754496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754496; }
p { color: rgb(117,68,150); }
H1.HeaderClassName
{
color: #754496;
}
.AnyTagClassName
{
color: #754496;
}
</style>
background-color css
<style>
a { background-color: #754496; }
a { background-color: rgb(117,68,150); }
div.DivClassName
{
background-color: #754496;
}
.BgClassName
{
background-color: #754496;
}
</style>
border-color css
<style>
span { border-color: #754496; }
span { border-color: rgb(117,68,150); }
td.TdClassName
{
border-color: #754496;
}
.TagClassName
{
border-color: #754496;
}
</style>