Shades of Studio #784AA2
Tints of Studio #784AA2
RGB
CMYK
RGB Variations
Color information
#784AA2 (or 0x784AA2) is known color: Studio. HEX triplet: 78, 4A and A2. RGB value is (120,74,162). Sum of RGB (Red+Green+Blue) = 120+74+162=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #784AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AA2 is #87B55D. Grayscale: #616161. Windows color (decimal): -8893790 or 10635896. OLE color: 10635896.
HSL color Cylindrical-coordinate representation of color #784AA2: hue angle of 271.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784AA2 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 74 | 162 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.36 |
| HSL | 271.36º | 0.37% | 0.46% | - |
| HSV(B) | 271.36º | 0.54% | 0.64% | - |
| XYZ | 16.72 | 11.5 | 35.52 | - |
| YUV | 97.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 162 | 0.26 | 0.54 | 0 | 0.36 | 271.36 | 0.37 | 0.46 |
| Hex | 78 | 4A | A2 | 1A | 36 | 0 | 24 | 10F | 25 | 2E |
| Octal | 170 | 112 | 242 | 32 | 66 | 0 | 44 | 417 | 45 | 56 |
| Binary | 1111000 | 1001010 | 10100010 | 11010 | 110110 | 0 | 100100 | 100001111 | 100101 | 101110 |
Color Harmonies of #784AA2
Complementary color
Monochromatic Colors of #784AA2
Black with #784AA2
Text Example
Text Example
White with #784AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AA2; }
p { color: rgb(120,74,162); }
H1.HeaderClassName
{
color: #784AA2;
}
.AnyTagClassName
{
color: #784AA2;
}
</style>
background-color css
<style>
a { background-color: #784AA2; }
a { background-color: rgb(120,74,162); }
div.DivClassName
{
background-color: #784AA2;
}
.BgClassName
{
background-color: #784AA2;
}
</style>
border-color css
<style>
span { border-color: #784AA2; }
span { border-color: rgb(120,74,162); }
td.TdClassName
{
border-color: #784AA2;
}
.TagClassName
{
border-color: #784AA2;
}
</style>