Shades of Studio #7550AE
Tints of Studio #7550AE
RGB
CMYK
RGB Variations
Color information
#7550AE (or 0x7550AE) is known color: Studio. HEX triplet: 75, 50 and AE. RGB value is (117,80,174). Sum of RGB (Red+Green+Blue) = 117+80+174=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #7550AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550AE is #8AAF51. Grayscale: #656565. Windows color (decimal): -9088850 or 11423861. OLE color: 11423861.
HSL color Cylindrical-coordinate representation of color #7550AE: hue angle of 263.62º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7550AE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 80 | 174 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.32 |
| HSL | 263.62º | 0.37% | 0.5% | - |
| HSV(B) | 263.62º | 0.54% | 0.68% | - |
| XYZ | 17.84 | 12.58 | 41.53 | - |
| YUV | 101.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 174 | 0.33 | 0.54 | 0 | 0.32 | 263.62 | 0.37 | 0.5 |
| Hex | 75 | 50 | AE | 21 | 36 | 0 | 20 | 108 | 25 | 32 |
| Octal | 165 | 120 | 256 | 41 | 66 | 0 | 40 | 410 | 45 | 62 |
| Binary | 1110101 | 1010000 | 10101110 | 100001 | 110110 | 0 | 100000 | 100001000 | 100101 | 110010 |
Color Harmonies of #7550AE
Complementary color
Monochromatic Colors of #7550AE
Black with #7550AE
Text Example
Text Example
White with #7550AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550AE; }
p { color: rgb(117,80,174); }
H1.HeaderClassName
{
color: #7550AE;
}
.AnyTagClassName
{
color: #7550AE;
}
</style>
background-color css
<style>
a { background-color: #7550AE; }
a { background-color: rgb(117,80,174); }
div.DivClassName
{
background-color: #7550AE;
}
.BgClassName
{
background-color: #7550AE;
}
</style>
border-color css
<style>
span { border-color: #7550AE; }
span { border-color: rgb(117,80,174); }
td.TdClassName
{
border-color: #7550AE;
}
.TagClassName
{
border-color: #7550AE;
}
</style>