Shades of Studio #754497
Tints of Studio #754497
RGB
CMYK
RGB Variations
Color information
#754497 (or 0x754497) is known color: Studio. HEX triplet: 75, 44 and 97. RGB value is (117,68,151). Sum of RGB (Red+Green+Blue) = 117+68+151=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #754497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754497 is #8ABB68. Grayscale: #5B5B5B. Windows color (decimal): -9091945 or 9913461. OLE color: 9913461.
HSL color Cylindrical-coordinate representation of color #754497: hue angle of 275.42º 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 #754497 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 68 | 151 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.41 |
| HSL | 275.42º | 0.38% | 0.43% | - |
| HSV(B) | 275.42º | 0.55% | 0.59% | - |
| XYZ | 14.99 | 10.15 | 30.45 | - |
| YUV | 92.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 151 | 0.23 | 0.55 | 0 | 0.41 | 275.42 | 0.38 | 0.43 |
| Hex | 75 | 44 | 97 | 17 | 37 | 0 | 29 | 113 | 26 | 2B |
| Octal | 165 | 104 | 227 | 27 | 67 | 0 | 51 | 423 | 46 | 53 |
| Binary | 1110101 | 1000100 | 10010111 | 10111 | 110111 | 0 | 101001 | 100010011 | 100110 | 101011 |
Color Harmonies of #754497
Complementary color
Monochromatic Colors of #754497
Black with #754497
Text Example
Text Example
White with #754497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754497; }
p { color: rgb(117,68,151); }
H1.HeaderClassName
{
color: #754497;
}
.AnyTagClassName
{
color: #754497;
}
</style>
background-color css
<style>
a { background-color: #754497; }
a { background-color: rgb(117,68,151); }
div.DivClassName
{
background-color: #754497;
}
.BgClassName
{
background-color: #754497;
}
</style>
border-color css
<style>
span { border-color: #754497; }
span { border-color: rgb(117,68,151); }
td.TdClassName
{
border-color: #754497;
}
.TagClassName
{
border-color: #754497;
}
</style>