Shades of Studio #7549AF
Tints of Studio #7549AF
RGB
CMYK
RGB Variations
Color information
#7549AF (or 0x7549AF) is known color: Studio. HEX triplet: 75, 49 and AF. RGB value is (117,73,175). Sum of RGB (Red+Green+Blue) = 117+73+175=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #7549AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7549AF is #8AB650. Grayscale: #616161. Windows color (decimal): -9090641 or 11487605. OLE color: 11487605.
HSL color Cylindrical-coordinate representation of color #7549AF: hue angle of 265.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7549AF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 73 | 175 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.31 |
| HSL | 265.88º | 0.41% | 0.49% | - |
| HSV(B) | 265.88º | 0.58% | 0.69% | - |
| XYZ | 17.46 | 11.64 | 41.88 | - |
| YUV | 97.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 175 | 0.33 | 0.58 | 0 | 0.31 | 265.88 | 0.41 | 0.49 |
| Hex | 75 | 49 | AF | 21 | 3A | 0 | 1F | 10A | 29 | 31 |
| Octal | 165 | 111 | 257 | 41 | 72 | 0 | 37 | 412 | 51 | 61 |
| Binary | 1110101 | 1001001 | 10101111 | 100001 | 111010 | 0 | 11111 | 100001010 | 101001 | 110001 |
Color Harmonies of #7549AF
Complementary color
Monochromatic Colors of #7549AF
Black with #7549AF
Text Example
Text Example
White with #7549AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7549AF; }
p { color: rgb(117,73,175); }
H1.HeaderClassName
{
color: #7549AF;
}
.AnyTagClassName
{
color: #7549AF;
}
</style>
background-color css
<style>
a { background-color: #7549AF; }
a { background-color: rgb(117,73,175); }
div.DivClassName
{
background-color: #7549AF;
}
.BgClassName
{
background-color: #7549AF;
}
</style>
border-color css
<style>
span { border-color: #7549AF; }
span { border-color: rgb(117,73,175); }
td.TdClassName
{
border-color: #7549AF;
}
.TagClassName
{
border-color: #7549AF;
}
</style>