Shades of Studio #7941AB
Tints of Studio #7941AB
RGB
CMYK
RGB Variations
Color information
#7941AB (or 0x7941AB) is known color: Studio. HEX triplet: 79, 41 and AB. RGB value is (121,65,171). Sum of RGB (Red+Green+Blue) = 121+65+171=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7941AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7941AB is #86BE54. Grayscale: #5D5D5D. Windows color (decimal): -8830549 or 11223417. OLE color: 11223417.
HSL color Cylindrical-coordinate representation of color #7941AB: hue angle of 271.7º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7941AB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 65 | 171 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.33 |
| HSL | 271.7º | 0.45% | 0.46% | - |
| HSV(B) | 271.7º | 0.62% | 0.67% | - |
| XYZ | 17.13 | 10.79 | 39.71 | - |
| YUV | 93.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 171 | 0.29 | 0.62 | 0 | 0.33 | 271.7 | 0.45 | 0.46 |
| Hex | 79 | 41 | AB | 1D | 3E | 0 | 21 | 110 | 2D | 2E |
| Octal | 171 | 101 | 253 | 35 | 76 | 0 | 41 | 420 | 55 | 56 |
| Binary | 1111001 | 1000001 | 10101011 | 11101 | 111110 | 0 | 100001 | 100010000 | 101101 | 101110 |
Color Harmonies of #7941AB
Complementary color
Monochromatic Colors of #7941AB
Black with #7941AB
Text Example
Text Example
White with #7941AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7941AB; }
p { color: rgb(121,65,171); }
H1.HeaderClassName
{
color: #7941AB;
}
.AnyTagClassName
{
color: #7941AB;
}
</style>
background-color css
<style>
a { background-color: #7941AB; }
a { background-color: rgb(121,65,171); }
div.DivClassName
{
background-color: #7941AB;
}
.BgClassName
{
background-color: #7941AB;
}
</style>
border-color css
<style>
span { border-color: #7941AB; }
span { border-color: rgb(121,65,171); }
td.TdClassName
{
border-color: #7941AB;
}
.TagClassName
{
border-color: #7941AB;
}
</style>