Shades of Studio #7E40AF
Tints of Studio #7E40AF
RGB
CMYK
RGB Variations
Color information
#7E40AF (or 0x7E40AF) is known color: Studio. HEX triplet: 7E, 40 and AF. RGB value is (126,64,175). Sum of RGB (Red+Green+Blue) = 126+64+175=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E40AF is #81BF50. Grayscale: #5E5E5E. Windows color (decimal): -8503121 or 11485310. OLE color: 11485310.
HSL color Cylindrical-coordinate representation of color #7E40AF: hue angle of 273.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E40AF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 64 | 175 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.31 |
| HSL | 273.51º | 0.46% | 0.47% | - |
| HSV(B) | 273.51º | 0.63% | 0.69% | - |
| XYZ | 18.18 | 11.2 | 41.76 | - |
| YUV | 95.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 175 | 0.28 | 0.63 | 0 | 0.31 | 273.51 | 0.46 | 0.47 |
| Hex | 7E | 40 | AF | 1C | 3F | 0 | 1F | 112 | 2E | 2F |
| Octal | 176 | 100 | 257 | 34 | 77 | 0 | 37 | 422 | 56 | 57 |
| Binary | 1111110 | 1000000 | 10101111 | 11100 | 111111 | 0 | 11111 | 100010010 | 101110 | 101111 |
Color Harmonies of #7E40AF
Complementary color
Monochromatic Colors of #7E40AF
Black with #7E40AF
Text Example
Text Example
White with #7E40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E40AF; }
p { color: rgb(126,64,175); }
H1.HeaderClassName
{
color: #7E40AF;
}
.AnyTagClassName
{
color: #7E40AF;
}
</style>
background-color css
<style>
a { background-color: #7E40AF; }
a { background-color: rgb(126,64,175); }
div.DivClassName
{
background-color: #7E40AF;
}
.BgClassName
{
background-color: #7E40AF;
}
</style>
border-color css
<style>
span { border-color: #7E40AF; }
span { border-color: rgb(126,64,175); }
td.TdClassName
{
border-color: #7E40AF;
}
.TagClassName
{
border-color: #7E40AF;
}
</style>