Shades of Studio #7550AF
Tints of Studio #7550AF
RGB
CMYK
RGB Variations
Color information
#7550AF (or 0x7550AF) is known color: Studio. HEX triplet: 75, 50 and AF. RGB value is (117,80,175). Sum of RGB (Red+Green+Blue) = 117+80+175=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #7550AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550AF is #8AAF50. Grayscale: #656565. Windows color (decimal): -9088849 or 11489397. OLE color: 11489397.
HSL color Cylindrical-coordinate representation of color #7550AF: hue angle of 263.37º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7550AF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 80 | 175 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.31 |
| HSL | 263.37º | 0.37% | 0.5% | - |
| HSV(B) | 263.37º | 0.54% | 0.69% | - |
| XYZ | 17.94 | 12.61 | 42.05 | - |
| YUV | 101.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 175 | 0.33 | 0.54 | 0 | 0.31 | 263.37 | 0.37 | 0.5 |
| Hex | 75 | 50 | AF | 21 | 36 | 0 | 1F | 107 | 25 | 32 |
| Octal | 165 | 120 | 257 | 41 | 66 | 0 | 37 | 407 | 45 | 62 |
| Binary | 1110101 | 1010000 | 10101111 | 100001 | 110110 | 0 | 11111 | 100000111 | 100101 | 110010 |
Color Harmonies of #7550AF
Complementary color
Monochromatic Colors of #7550AF
Black with #7550AF
Text Example
Text Example
White with #7550AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550AF; }
p { color: rgb(117,80,175); }
H1.HeaderClassName
{
color: #7550AF;
}
.AnyTagClassName
{
color: #7550AF;
}
</style>
background-color css
<style>
a { background-color: #7550AF; }
a { background-color: rgb(117,80,175); }
div.DivClassName
{
background-color: #7550AF;
}
.BgClassName
{
background-color: #7550AF;
}
</style>
border-color css
<style>
span { border-color: #7550AF; }
span { border-color: rgb(117,80,175); }
td.TdClassName
{
border-color: #7550AF;
}
.TagClassName
{
border-color: #7550AF;
}
</style>