Shades of Studio #7557AA
Tints of Studio #7557AA
RGB
CMYK
RGB Variations
Color information
#7557AA (or 0x7557AA) is known color: Studio. HEX triplet: 75, 57 and AA. RGB value is (117,87,170). Sum of RGB (Red+Green+Blue) = 117+87+170=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7557AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557AA is #8AA855. Grayscale: #696969. Windows color (decimal): -9087062 or 11163509. OLE color: 11163509.
HSL color Cylindrical-coordinate representation of color #7557AA: hue angle of 261.69º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7557AA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 87 | 170 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.33 |
| HSL | 261.69º | 0.33% | 0.5% | - |
| HSV(B) | 261.69º | 0.49% | 0.67% | - |
| XYZ | 18 | 13.5 | 39.69 | - |
| YUV | 105.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 170 | 0.31 | 0.49 | 0 | 0.33 | 261.69 | 0.33 | 0.5 |
| Hex | 75 | 57 | AA | 1F | 31 | 0 | 21 | 106 | 21 | 32 |
| Octal | 165 | 127 | 252 | 37 | 61 | 0 | 41 | 406 | 41 | 62 |
| Binary | 1110101 | 1010111 | 10101010 | 11111 | 110001 | 0 | 100001 | 100000110 | 100001 | 110010 |
Color Harmonies of #7557AA
Complementary color
Monochromatic Colors of #7557AA
Black with #7557AA
Text Example
Text Example
White with #7557AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557AA; }
p { color: rgb(117,87,170); }
H1.HeaderClassName
{
color: #7557AA;
}
.AnyTagClassName
{
color: #7557AA;
}
</style>
background-color css
<style>
a { background-color: #7557AA; }
a { background-color: rgb(117,87,170); }
div.DivClassName
{
background-color: #7557AA;
}
.BgClassName
{
background-color: #7557AA;
}
</style>
border-color css
<style>
span { border-color: #7557AA; }
span { border-color: rgb(117,87,170); }
td.TdClassName
{
border-color: #7557AA;
}
.TagClassName
{
border-color: #7557AA;
}
</style>