Shades of Studio #7E479F
Tints of Studio #7E479F
RGB
CMYK
RGB Variations
Color information
#7E479F (or 0x7E479F) is known color: Studio. HEX triplet: 7E, 47 and 9F. RGB value is (126,71,159). Sum of RGB (Red+Green+Blue) = 126+71+159=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E479F is #81B860. Grayscale: #616161. Windows color (decimal): -8501345 or 10438526. OLE color: 10438526.
HSL color Cylindrical-coordinate representation of color #7E479F: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E479F is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 71 | 159 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.38 |
| HSL | 277.5º | 0.38% | 0.45% | - |
| HSV(B) | 277.5º | 0.55% | 0.62% | - |
| XYZ | 17.12 | 11.45 | 34.11 | - |
| YUV | 97.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 159 | 0.21 | 0.55 | 0 | 0.38 | 277.5 | 0.38 | 0.45 |
| Hex | 7E | 47 | 9F | 15 | 37 | 0 | 26 | 116 | 26 | 2D |
| Octal | 176 | 107 | 237 | 25 | 67 | 0 | 46 | 426 | 46 | 55 |
| Binary | 1111110 | 1000111 | 10011111 | 10101 | 110111 | 0 | 100110 | 100010110 | 100110 | 101101 |
Color Harmonies of #7E479F
Complementary color
Monochromatic Colors of #7E479F
Black with #7E479F
Text Example
Text Example
White with #7E479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E479F; }
p { color: rgb(126,71,159); }
H1.HeaderClassName
{
color: #7E479F;
}
.AnyTagClassName
{
color: #7E479F;
}
</style>
background-color css
<style>
a { background-color: #7E479F; }
a { background-color: rgb(126,71,159); }
div.DivClassName
{
background-color: #7E479F;
}
.BgClassName
{
background-color: #7E479F;
}
</style>
border-color css
<style>
span { border-color: #7E479F; }
span { border-color: rgb(126,71,159); }
td.TdClassName
{
border-color: #7E479F;
}
.TagClassName
{
border-color: #7E479F;
}
</style>