Shades of Studio #7949A1
Tints of Studio #7949A1
RGB
CMYK
RGB Variations
Color information
#7949A1 (or 0x7949A1) is known color: Studio. HEX triplet: 79, 49 and A1. RGB value is (121,73,161). Sum of RGB (Red+Green+Blue) = 121+73+161=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #7949A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7949A1 is #86B65E. Grayscale: #616161. Windows color (decimal): -8828511 or 10570105. OLE color: 10570105.
HSL color Cylindrical-coordinate representation of color #7949A1: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7949A1 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 73 | 161 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.37 |
| HSL | 272.73º | 0.38% | 0.46% | - |
| HSV(B) | 272.73º | 0.55% | 0.63% | - |
| XYZ | 16.7 | 11.4 | 35.04 | - |
| YUV | 97.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 161 | 0.25 | 0.55 | 0 | 0.37 | 272.73 | 0.38 | 0.46 |
| Hex | 79 | 49 | A1 | 19 | 37 | 0 | 25 | 111 | 26 | 2E |
| Octal | 171 | 111 | 241 | 31 | 67 | 0 | 45 | 421 | 46 | 56 |
| Binary | 1111001 | 1001001 | 10100001 | 11001 | 110111 | 0 | 100101 | 100010001 | 100110 | 101110 |
Color Harmonies of #7949A1
Complementary color
Monochromatic Colors of #7949A1
Black with #7949A1
Text Example
Text Example
White with #7949A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7949A1; }
p { color: rgb(121,73,161); }
H1.HeaderClassName
{
color: #7949A1;
}
.AnyTagClassName
{
color: #7949A1;
}
</style>
background-color css
<style>
a { background-color: #7949A1; }
a { background-color: rgb(121,73,161); }
div.DivClassName
{
background-color: #7949A1;
}
.BgClassName
{
background-color: #7949A1;
}
</style>
border-color css
<style>
span { border-color: #7949A1; }
span { border-color: rgb(121,73,161); }
td.TdClassName
{
border-color: #7949A1;
}
.TagClassName
{
border-color: #7949A1;
}
</style>