Shades of Studio #7847AD
Tints of Studio #7847AD
RGB
CMYK
RGB Variations
Color information
#7847AD (or 0x7847AD) is known color: Studio. HEX triplet: 78, 47 and AD. RGB value is (120,71,173). Sum of RGB (Red+Green+Blue) = 120+71+173=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #7847AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7847AD is #87B852. Grayscale: #606060. Windows color (decimal): -8894547 or 11356024. OLE color: 11356024.
HSL color Cylindrical-coordinate representation of color #7847AD: hue angle of 268.82º 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 #7847AD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 71 | 173 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.32 |
| HSL | 268.82º | 0.42% | 0.48% | - |
| HSV(B) | 268.82º | 0.59% | 0.68% | - |
| XYZ | 17.54 | 11.52 | 40.83 | - |
| YUV | 97.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 173 | 0.31 | 0.59 | 0 | 0.32 | 268.82 | 0.42 | 0.48 |
| Hex | 78 | 47 | AD | 1F | 3B | 0 | 20 | 10D | 2A | 30 |
| Octal | 170 | 107 | 255 | 37 | 73 | 0 | 40 | 415 | 52 | 60 |
| Binary | 1111000 | 1000111 | 10101101 | 11111 | 111011 | 0 | 100000 | 100001101 | 101010 | 110000 |
Color Harmonies of #7847AD
Complementary color
Monochromatic Colors of #7847AD
Black with #7847AD
Text Example
Text Example
White with #7847AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7847AD; }
p { color: rgb(120,71,173); }
H1.HeaderClassName
{
color: #7847AD;
}
.AnyTagClassName
{
color: #7847AD;
}
</style>
background-color css
<style>
a { background-color: #7847AD; }
a { background-color: rgb(120,71,173); }
div.DivClassName
{
background-color: #7847AD;
}
.BgClassName
{
background-color: #7847AD;
}
</style>
border-color css
<style>
span { border-color: #7847AD; }
span { border-color: rgb(120,71,173); }
td.TdClassName
{
border-color: #7847AD;
}
.TagClassName
{
border-color: #7847AD;
}
</style>