Shades of Studio #7552A0
Tints of Studio #7552A0
RGB
CMYK
RGB Variations
Color information
#7552A0 (or 0x7552A0) is known color: Studio. HEX triplet: 75, 52 and A0. RGB value is (117,82,160). Sum of RGB (Red+Green+Blue) = 117+82+160=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #7552A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7552A0 is #8AAD5F. Grayscale: #656565. Windows color (decimal): -9088352 or 10506869. OLE color: 10506869.
HSL color Cylindrical-coordinate representation of color #7552A0: hue angle of 266.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7552A0 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 82 | 160 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.37 |
| HSL | 266.92º | 0.32% | 0.47% | - |
| HSV(B) | 266.92º | 0.49% | 0.63% | - |
| XYZ | 16.7 | 12.35 | 34.76 | - |
| YUV | 101.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 160 | 0.27 | 0.49 | 0 | 0.37 | 266.92 | 0.32 | 0.47 |
| Hex | 75 | 52 | A0 | 1B | 31 | 0 | 25 | 10B | 20 | 2F |
| Octal | 165 | 122 | 240 | 33 | 61 | 0 | 45 | 413 | 40 | 57 |
| Binary | 1110101 | 1010010 | 10100000 | 11011 | 110001 | 0 | 100101 | 100001011 | 100000 | 101111 |
Color Harmonies of #7552A0
Complementary color
Monochromatic Colors of #7552A0
Black with #7552A0
Text Example
Text Example
White with #7552A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552A0; }
p { color: rgb(117,82,160); }
H1.HeaderClassName
{
color: #7552A0;
}
.AnyTagClassName
{
color: #7552A0;
}
</style>
background-color css
<style>
a { background-color: #7552A0; }
a { background-color: rgb(117,82,160); }
div.DivClassName
{
background-color: #7552A0;
}
.BgClassName
{
background-color: #7552A0;
}
</style>
border-color css
<style>
span { border-color: #7552A0; }
span { border-color: rgb(117,82,160); }
td.TdClassName
{
border-color: #7552A0;
}
.TagClassName
{
border-color: #7552A0;
}
</style>