Shades of Studio #7841A2
Tints of Studio #7841A2
RGB
CMYK
RGB Variations
Color information
#7841A2 (or 0x7841A2) is known color: Studio. HEX triplet: 78, 41 and A2. RGB value is (120,65,162). Sum of RGB (Red+Green+Blue) = 120+65+162=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #7841A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841A2 is #87BE5D. Grayscale: #5C5C5C. Windows color (decimal): -8896094 or 10633592. OLE color: 10633592.
HSL color Cylindrical-coordinate representation of color #7841A2: hue angle of 274.02º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7841A2 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 65 | 162 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.36 |
| HSL | 274.02º | 0.43% | 0.45% | - |
| HSV(B) | 274.02º | 0.6% | 0.64% | - |
| XYZ | 16.16 | 10.38 | 35.33 | - |
| YUV | 92.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 162 | 0.26 | 0.60 | 0 | 0.36 | 274.02 | 0.43 | 0.45 |
| Hex | 78 | 41 | A2 | 1A | 3C | 0 | 24 | 112 | 2B | 2D |
| Octal | 170 | 101 | 242 | 32 | 74 | 0 | 44 | 422 | 53 | 55 |
| Binary | 1111000 | 1000001 | 10100010 | 11010 | 111100 | 0 | 100100 | 100010010 | 101011 | 101101 |
Color Harmonies of #7841A2
Complementary color
Monochromatic Colors of #7841A2
Black with #7841A2
Text Example
Text Example
White with #7841A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841A2; }
p { color: rgb(120,65,162); }
H1.HeaderClassName
{
color: #7841A2;
}
.AnyTagClassName
{
color: #7841A2;
}
</style>
background-color css
<style>
a { background-color: #7841A2; }
a { background-color: rgb(120,65,162); }
div.DivClassName
{
background-color: #7841A2;
}
.BgClassName
{
background-color: #7841A2;
}
</style>
border-color css
<style>
span { border-color: #7841A2; }
span { border-color: rgb(120,65,162); }
td.TdClassName
{
border-color: #7841A2;
}
.TagClassName
{
border-color: #7841A2;
}
</style>