Shades of Studio #7E45A4
Tints of Studio #7E45A4
RGB
CMYK
RGB Variations
Color information
#7E45A4 (or 0x7E45A4) is known color: Studio. HEX triplet: 7E, 45 and A4. RGB value is (126,69,164). Sum of RGB (Red+Green+Blue) = 126+69+164=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E45A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E45A4 is #81BA5B. Grayscale: #606060. Windows color (decimal): -8501852 or 10765694. OLE color: 10765694.
HSL color Cylindrical-coordinate representation of color #7E45A4: hue angle of 276º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E45A4 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 69 | 164 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.36 |
| HSL | 276º | 0.41% | 0.46% | - |
| HSV(B) | 276º | 0.58% | 0.64% | - |
| XYZ | 17.43 | 11.37 | 36.4 | - |
| YUV | 96.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 164 | 0.23 | 0.58 | 0 | 0.36 | 276 | 0.41 | 0.46 |
| Hex | 7E | 45 | A4 | 17 | 3A | 0 | 24 | 114 | 29 | 2E |
| Octal | 176 | 105 | 244 | 27 | 72 | 0 | 44 | 424 | 51 | 56 |
| Binary | 1111110 | 1000101 | 10100100 | 10111 | 111010 | 0 | 100100 | 100010100 | 101001 | 101110 |
Color Harmonies of #7E45A4
Complementary color
Monochromatic Colors of #7E45A4
Black with #7E45A4
Text Example
Text Example
White with #7E45A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E45A4; }
p { color: rgb(126,69,164); }
H1.HeaderClassName
{
color: #7E45A4;
}
.AnyTagClassName
{
color: #7E45A4;
}
</style>
background-color css
<style>
a { background-color: #7E45A4; }
a { background-color: rgb(126,69,164); }
div.DivClassName
{
background-color: #7E45A4;
}
.BgClassName
{
background-color: #7E45A4;
}
</style>
border-color css
<style>
span { border-color: #7E45A4; }
span { border-color: rgb(126,69,164); }
td.TdClassName
{
border-color: #7E45A4;
}
.TagClassName
{
border-color: #7E45A4;
}
</style>