Shades of Studio #7F479F
Tints of Studio #7F479F
RGB
CMYK
RGB Variations
Color information
#7F479F (or 0x7F479F) is known color: Studio. HEX triplet: 7F, 47 and 9F. RGB value is (127,71,159). Sum of RGB (Red+Green+Blue) = 127+71+159=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F479F is #80B860. Grayscale: #616161. Windows color (decimal): -8435809 or 10438527. OLE color: 10438527.
HSL color Cylindrical-coordinate representation of color #7F479F: hue angle of 278.18º 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 #7F479F is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 71 | 159 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.38 |
| HSL | 278.18º | 0.38% | 0.45% | - |
| HSV(B) | 278.18º | 0.55% | 0.62% | - |
| XYZ | 17.26 | 11.52 | 34.11 | - |
| YUV | 97.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 159 | 0.20 | 0.55 | 0 | 0.38 | 278.18 | 0.38 | 0.45 |
| Hex | 7F | 47 | 9F | 14 | 37 | 0 | 26 | 116 | 26 | 2D |
| Octal | 177 | 107 | 237 | 24 | 67 | 0 | 46 | 426 | 46 | 55 |
| Binary | 1111111 | 1000111 | 10011111 | 10100 | 110111 | 0 | 100110 | 100010110 | 100110 | 101101 |
Color Harmonies of #7F479F
Complementary color
Monochromatic Colors of #7F479F
Black with #7F479F
Text Example
Text Example
White with #7F479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F479F; }
p { color: rgb(127,71,159); }
H1.HeaderClassName
{
color: #7F479F;
}
.AnyTagClassName
{
color: #7F479F;
}
</style>
background-color css
<style>
a { background-color: #7F479F; }
a { background-color: rgb(127,71,159); }
div.DivClassName
{
background-color: #7F479F;
}
.BgClassName
{
background-color: #7F479F;
}
</style>
border-color css
<style>
span { border-color: #7F479F; }
span { border-color: rgb(127,71,159); }
td.TdClassName
{
border-color: #7F479F;
}
.TagClassName
{
border-color: #7F479F;
}
</style>