Shades of Studio #7F49AB
Tints of Studio #7F49AB
RGB
CMYK
RGB Variations
Color information
#7F49AB (or 0x7F49AB) is known color: Studio. HEX triplet: 7F, 49 and AB. RGB value is (127,73,171). Sum of RGB (Red+Green+Blue) = 127+73+171=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F49AB is #80B654. Grayscale: #636363. Windows color (decimal): -8435285 or 11225471. OLE color: 11225471.
HSL color Cylindrical-coordinate representation of color #7F49AB: hue angle of 273.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F49AB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 73 | 171 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.33 |
| HSL | 273.06º | 0.4% | 0.48% | - |
| HSV(B) | 273.06º | 0.57% | 0.67% | - |
| XYZ | 18.49 | 12.22 | 39.91 | - |
| YUV | 100.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 171 | 0.26 | 0.57 | 0 | 0.33 | 273.06 | 0.4 | 0.48 |
| Hex | 7F | 49 | AB | 1A | 39 | 0 | 21 | 111 | 28 | 30 |
| Octal | 177 | 111 | 253 | 32 | 71 | 0 | 41 | 421 | 50 | 60 |
| Binary | 1111111 | 1001001 | 10101011 | 11010 | 111001 | 0 | 100001 | 100010001 | 101000 | 110000 |
Color Harmonies of #7F49AB
Complementary color
Monochromatic Colors of #7F49AB
Black with #7F49AB
Text Example
Text Example
White with #7F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F49AB; }
p { color: rgb(127,73,171); }
H1.HeaderClassName
{
color: #7F49AB;
}
.AnyTagClassName
{
color: #7F49AB;
}
</style>
background-color css
<style>
a { background-color: #7F49AB; }
a { background-color: rgb(127,73,171); }
div.DivClassName
{
background-color: #7F49AB;
}
.BgClassName
{
background-color: #7F49AB;
}
</style>
border-color css
<style>
span { border-color: #7F49AB; }
span { border-color: rgb(127,73,171); }
td.TdClassName
{
border-color: #7F49AB;
}
.TagClassName
{
border-color: #7F49AB;
}
</style>