Shades of Studio #7E52A2
Tints of Studio #7E52A2
RGB
CMYK
RGB Variations
Color information
#7E52A2 (or 0x7E52A2) is known color: Studio. HEX triplet: 7E, 52 and A2. RGB value is (126,82,162). Sum of RGB (Red+Green+Blue) = 126+82+162=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #7E52A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E52A2 is #81AD5D. Grayscale: #686868. Windows color (decimal): -8498526 or 10637950. OLE color: 10637950.
HSL color Cylindrical-coordinate representation of color #7E52A2: hue angle of 273º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E52A2 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 82 | 162 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.36 |
| HSL | 273º | 0.33% | 0.48% | - |
| HSV(B) | 273º | 0.49% | 0.64% | - |
| XYZ | 18.14 | 13.08 | 35.75 | - |
| YUV | 104.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 162 | 0.22 | 0.49 | 0 | 0.36 | 273 | 0.33 | 0.48 |
| Hex | 7E | 52 | A2 | 16 | 31 | 0 | 24 | 111 | 21 | 30 |
| Octal | 176 | 122 | 242 | 26 | 61 | 0 | 44 | 421 | 41 | 60 |
| Binary | 1111110 | 1010010 | 10100010 | 10110 | 110001 | 0 | 100100 | 100010001 | 100001 | 110000 |
Color Harmonies of #7E52A2
Complementary color
Monochromatic Colors of #7E52A2
Black with #7E52A2
Text Example
Text Example
White with #7E52A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E52A2; }
p { color: rgb(126,82,162); }
H1.HeaderClassName
{
color: #7E52A2;
}
.AnyTagClassName
{
color: #7E52A2;
}
</style>
background-color css
<style>
a { background-color: #7E52A2; }
a { background-color: rgb(126,82,162); }
div.DivClassName
{
background-color: #7E52A2;
}
.BgClassName
{
background-color: #7E52A2;
}
</style>
border-color css
<style>
span { border-color: #7E52A2; }
span { border-color: rgb(126,82,162); }
td.TdClassName
{
border-color: #7E52A2;
}
.TagClassName
{
border-color: #7E52A2;
}
</style>