Shades of Studio #7E45AB
Tints of Studio #7E45AB
RGB
CMYK
RGB Variations
Color information
#7E45AB (or 0x7E45AB) is known color: Studio. HEX triplet: 7E, 45 and AB. RGB value is (126,69,171). Sum of RGB (Red+Green+Blue) = 126+69+171=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E45AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E45AB is #81BA54. Grayscale: #616161. Windows color (decimal): -8501845 or 11224446. OLE color: 11224446.
HSL color Cylindrical-coordinate representation of color #7E45AB: hue angle of 273.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E45AB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 69 | 171 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.33 |
| HSL | 273.53º | 0.43% | 0.47% | - |
| HSV(B) | 273.53º | 0.6% | 0.67% | - |
| XYZ | 18.08 | 11.63 | 39.82 | - |
| YUV | 97.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 171 | 0.26 | 0.60 | 0 | 0.33 | 273.53 | 0.43 | 0.47 |
| Hex | 7E | 45 | AB | 1A | 3C | 0 | 21 | 112 | 2A | 2F |
| Octal | 176 | 105 | 253 | 32 | 74 | 0 | 41 | 422 | 52 | 57 |
| Binary | 1111110 | 1000101 | 10101011 | 11010 | 111100 | 0 | 100001 | 100010010 | 101010 | 101111 |
Color Harmonies of #7E45AB
Complementary color
Monochromatic Colors of #7E45AB
Black with #7E45AB
Text Example
Text Example
White with #7E45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E45AB; }
p { color: rgb(126,69,171); }
H1.HeaderClassName
{
color: #7E45AB;
}
.AnyTagClassName
{
color: #7E45AB;
}
</style>
background-color css
<style>
a { background-color: #7E45AB; }
a { background-color: rgb(126,69,171); }
div.DivClassName
{
background-color: #7E45AB;
}
.BgClassName
{
background-color: #7E45AB;
}
</style>
border-color css
<style>
span { border-color: #7E45AB; }
span { border-color: rgb(126,69,171); }
td.TdClassName
{
border-color: #7E45AB;
}
.TagClassName
{
border-color: #7E45AB;
}
</style>