Shades of Studio #7E3FAB
Tints of Studio #7E3FAB
RGB
CMYK
RGB Variations
Color information
#7E3FAB (or 0x7E3FAB) is known color: Studio. HEX triplet: 7E, 3F and AB. RGB value is (126,63,171). Sum of RGB (Red+Green+Blue) = 126+63+171=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3FAB is #81C054. Grayscale: #5D5D5D. Windows color (decimal): -8503381 or 11222910. OLE color: 11222910.
HSL color Cylindrical-coordinate representation of color #7E3FAB: hue angle of 275º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E3FAB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 63 | 171 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 275º | 0.46% | 0.46% | - |
| HSV(B) | 275º | 0.63% | 0.67% | - |
| XYZ | 17.73 | 10.93 | 39.7 | - |
| YUV | 94.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 171 | 0.26 | 0.63 | 0 | 0.33 | 275 | 0.46 | 0.46 |
| Hex | 7E | 3F | AB | 1A | 3F | 0 | 21 | 113 | 2E | 2E |
| Octal | 176 | 77 | 253 | 32 | 77 | 0 | 41 | 423 | 56 | 56 |
| Binary | 1111110 | 111111 | 10101011 | 11010 | 111111 | 0 | 100001 | 100010011 | 101110 | 101110 |
Color Harmonies of #7E3FAB
Complementary color
Monochromatic Colors of #7E3FAB
Black with #7E3FAB
Text Example
Text Example
White with #7E3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FAB; }
p { color: rgb(126,63,171); }
H1.HeaderClassName
{
color: #7E3FAB;
}
.AnyTagClassName
{
color: #7E3FAB;
}
</style>
background-color css
<style>
a { background-color: #7E3FAB; }
a { background-color: rgb(126,63,171); }
div.DivClassName
{
background-color: #7E3FAB;
}
.BgClassName
{
background-color: #7E3FAB;
}
</style>
border-color css
<style>
span { border-color: #7E3FAB; }
span { border-color: rgb(126,63,171); }
td.TdClassName
{
border-color: #7E3FAB;
}
.TagClassName
{
border-color: #7E3FAB;
}
</style>