Shades of Studio #7553AE
Tints of Studio #7553AE
RGB
CMYK
RGB Variations
Color information
#7553AE (or 0x7553AE) is known color: Studio. HEX triplet: 75, 53 and AE. RGB value is (117,83,174). Sum of RGB (Red+Green+Blue) = 117+83+174=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7553AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553AE is #8AAC51. Grayscale: #676767. Windows color (decimal): -9088082 or 11424629. OLE color: 11424629.
HSL color Cylindrical-coordinate representation of color #7553AE: hue angle of 262.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7553AE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 83 | 174 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.32 |
| HSL | 262.42º | 0.36% | 0.5% | - |
| HSV(B) | 262.42º | 0.52% | 0.68% | - |
| XYZ | 18.07 | 13.02 | 41.61 | - |
| YUV | 103.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 174 | 0.33 | 0.52 | 0 | 0.32 | 262.42 | 0.36 | 0.5 |
| Hex | 75 | 53 | AE | 21 | 34 | 0 | 20 | 106 | 24 | 32 |
| Octal | 165 | 123 | 256 | 41 | 64 | 0 | 40 | 406 | 44 | 62 |
| Binary | 1110101 | 1010011 | 10101110 | 100001 | 110100 | 0 | 100000 | 100000110 | 100100 | 110010 |
Color Harmonies of #7553AE
Complementary color
Monochromatic Colors of #7553AE
Black with #7553AE
Text Example
Text Example
White with #7553AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553AE; }
p { color: rgb(117,83,174); }
H1.HeaderClassName
{
color: #7553AE;
}
.AnyTagClassName
{
color: #7553AE;
}
</style>
background-color css
<style>
a { background-color: #7553AE; }
a { background-color: rgb(117,83,174); }
div.DivClassName
{
background-color: #7553AE;
}
.BgClassName
{
background-color: #7553AE;
}
</style>
border-color css
<style>
span { border-color: #7553AE; }
span { border-color: rgb(117,83,174); }
td.TdClassName
{
border-color: #7553AE;
}
.TagClassName
{
border-color: #7553AE;
}
</style>