Shades of Studio #7547AE
Tints of Studio #7547AE
RGB
CMYK
RGB Variations
Color information
#7547AE (or 0x7547AE) is known color: Studio. HEX triplet: 75, 47 and AE. RGB value is (117,71,174). Sum of RGB (Red+Green+Blue) = 117+71+174=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7547AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7547AE is #8AB851. Grayscale: #606060. Windows color (decimal): -9091154 or 11421557. OLE color: 11421557.
HSL color Cylindrical-coordinate representation of color #7547AE: hue angle of 266.8º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7547AE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 71 | 174 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.32 |
| HSL | 266.8º | 0.42% | 0.48% | - |
| HSV(B) | 266.8º | 0.59% | 0.68% | - |
| XYZ | 17.23 | 11.34 | 41.33 | - |
| YUV | 96.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 174 | 0.33 | 0.59 | 0 | 0.32 | 266.8 | 0.42 | 0.48 |
| Hex | 75 | 47 | AE | 21 | 3B | 0 | 20 | 10B | 2A | 30 |
| Octal | 165 | 107 | 256 | 41 | 73 | 0 | 40 | 413 | 52 | 60 |
| Binary | 1110101 | 1000111 | 10101110 | 100001 | 111011 | 0 | 100000 | 100001011 | 101010 | 110000 |
Color Harmonies of #7547AE
Complementary color
Monochromatic Colors of #7547AE
Black with #7547AE
Text Example
Text Example
White with #7547AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547AE; }
p { color: rgb(117,71,174); }
H1.HeaderClassName
{
color: #7547AE;
}
.AnyTagClassName
{
color: #7547AE;
}
</style>
background-color css
<style>
a { background-color: #7547AE; }
a { background-color: rgb(117,71,174); }
div.DivClassName
{
background-color: #7547AE;
}
.BgClassName
{
background-color: #7547AE;
}
</style>
border-color css
<style>
span { border-color: #7547AE; }
span { border-color: rgb(117,71,174); }
td.TdClassName
{
border-color: #7547AE;
}
.TagClassName
{
border-color: #7547AE;
}
</style>