Shades of Studio #7552AA
Tints of Studio #7552AA
RGB
CMYK
RGB Variations
Color information
#7552AA (or 0x7552AA) is known color: Studio. HEX triplet: 75, 52 and AA. RGB value is (117,82,170). Sum of RGB (Red+Green+Blue) = 117+82+170=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #7552AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7552AA is #8AAD55. Grayscale: #666666. Windows color (decimal): -9088342 or 11162229. OLE color: 11162229.
HSL color Cylindrical-coordinate representation of color #7552AA: hue angle of 263.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7552AA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 82 | 170 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.33 |
| HSL | 263.86º | 0.35% | 0.49% | - |
| HSV(B) | 263.86º | 0.52% | 0.67% | - |
| XYZ | 17.61 | 12.72 | 39.56 | - |
| YUV | 102.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 170 | 0.31 | 0.52 | 0 | 0.33 | 263.86 | 0.35 | 0.49 |
| Hex | 75 | 52 | AA | 1F | 34 | 0 | 21 | 108 | 23 | 31 |
| Octal | 165 | 122 | 252 | 37 | 64 | 0 | 41 | 410 | 43 | 61 |
| Binary | 1110101 | 1010010 | 10101010 | 11111 | 110100 | 0 | 100001 | 100001000 | 100011 | 110001 |
Color Harmonies of #7552AA
Complementary color
Monochromatic Colors of #7552AA
Black with #7552AA
Text Example
Text Example
White with #7552AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552AA; }
p { color: rgb(117,82,170); }
H1.HeaderClassName
{
color: #7552AA;
}
.AnyTagClassName
{
color: #7552AA;
}
</style>
background-color css
<style>
a { background-color: #7552AA; }
a { background-color: rgb(117,82,170); }
div.DivClassName
{
background-color: #7552AA;
}
.BgClassName
{
background-color: #7552AA;
}
</style>
border-color css
<style>
span { border-color: #7552AA; }
span { border-color: rgb(117,82,170); }
td.TdClassName
{
border-color: #7552AA;
}
.TagClassName
{
border-color: #7552AA;
}
</style>