Shades of Studio #7552AD
Tints of Studio #7552AD
RGB
CMYK
RGB Variations
Color information
#7552AD (or 0x7552AD) is known color: Studio. HEX triplet: 75, 52 and AD. RGB value is (117,82,173). Sum of RGB (Red+Green+Blue) = 117+82+173=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #7552AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7552AD is #8AAD52. Grayscale: #666666. Windows color (decimal): -9088339 or 11358837. OLE color: 11358837.
HSL color Cylindrical-coordinate representation of color #7552AD: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7552AD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 82 | 173 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.32 |
| HSL | 263.08º | 0.36% | 0.5% | - |
| HSV(B) | 263.08º | 0.53% | 0.68% | - |
| XYZ | 17.9 | 12.83 | 41.07 | - |
| YUV | 102.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 173 | 0.32 | 0.53 | 0 | 0.32 | 263.08 | 0.36 | 0.5 |
| Hex | 75 | 52 | AD | 20 | 35 | 0 | 20 | 107 | 24 | 32 |
| Octal | 165 | 122 | 255 | 40 | 65 | 0 | 40 | 407 | 44 | 62 |
| Binary | 1110101 | 1010010 | 10101101 | 100000 | 110101 | 0 | 100000 | 100000111 | 100100 | 110010 |
Color Harmonies of #7552AD
Complementary color
Monochromatic Colors of #7552AD
Black with #7552AD
Text Example
Text Example
White with #7552AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552AD; }
p { color: rgb(117,82,173); }
H1.HeaderClassName
{
color: #7552AD;
}
.AnyTagClassName
{
color: #7552AD;
}
</style>
background-color css
<style>
a { background-color: #7552AD; }
a { background-color: rgb(117,82,173); }
div.DivClassName
{
background-color: #7552AD;
}
.BgClassName
{
background-color: #7552AD;
}
</style>
border-color css
<style>
span { border-color: #7552AD; }
span { border-color: rgb(117,82,173); }
td.TdClassName
{
border-color: #7552AD;
}
.TagClassName
{
border-color: #7552AD;
}
</style>