Shades of Studio #7D479A
Tints of Studio #7D479A
RGB
CMYK
RGB Variations
Color information
#7D479A (or 0x7D479A) is known color: Studio. HEX triplet: 7D, 47 and 9A. RGB value is (125,71,154). Sum of RGB (Red+Green+Blue) = 125+71+154=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D479A is #82B865. Grayscale: #606060. Windows color (decimal): -8566886 or 10110845. OLE color: 10110845.
HSL color Cylindrical-coordinate representation of color #7D479A: hue angle of 279.04º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D479A is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 71 | 154 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.40 |
| HSL | 279.04º | 0.37% | 0.44% | - |
| HSV(B) | 279.04º | 0.54% | 0.6% | - |
| XYZ | 16.54 | 11.2 | 31.86 | - |
| YUV | 96.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 154 | 0.19 | 0.54 | 0 | 0.40 | 279.04 | 0.37 | 0.44 |
| Hex | 7D | 47 | 9A | 13 | 36 | 0 | 28 | 117 | 25 | 2C |
| Octal | 175 | 107 | 232 | 23 | 66 | 0 | 50 | 427 | 45 | 54 |
| Binary | 1111101 | 1000111 | 10011010 | 10011 | 110110 | 0 | 101000 | 100010111 | 100101 | 101100 |
Color Harmonies of #7D479A
Complementary color
Monochromatic Colors of #7D479A
Black with #7D479A
Text Example
Text Example
White with #7D479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D479A; }
p { color: rgb(125,71,154); }
H1.HeaderClassName
{
color: #7D479A;
}
.AnyTagClassName
{
color: #7D479A;
}
</style>
background-color css
<style>
a { background-color: #7D479A; }
a { background-color: rgb(125,71,154); }
div.DivClassName
{
background-color: #7D479A;
}
.BgClassName
{
background-color: #7D479A;
}
</style>
border-color css
<style>
span { border-color: #7D479A; }
span { border-color: rgb(125,71,154); }
td.TdClassName
{
border-color: #7D479A;
}
.TagClassName
{
border-color: #7D479A;
}
</style>