Shades of Studio #7E3DB9
Tints of Studio #7E3DB9
RGB
CMYK
RGB Variations
Color information
#7E3DB9 (or 0x7E3DB9) is known color: Studio. HEX triplet: 7E, 3D and B9. RGB value is (126,61,185). Sum of RGB (Red+Green+Blue) = 126+61+185=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E3DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DB9 is #81C246. Grayscale: #5E5E5E. Windows color (decimal): -8503879 or 12139902. OLE color: 12139902.
HSL color Cylindrical-coordinate representation of color #7E3DB9: hue angle of 271.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3DB9 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 61 | 185 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.27 |
| HSL | 271.45º | 0.5% | 0.48% | - |
| HSV(B) | 271.45º | 0.67% | 0.73% | - |
| XYZ | 19.03 | 11.28 | 47.07 | - |
| YUV | 94.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 185 | 0.32 | 0.67 | 0 | 0.27 | 271.45 | 0.5 | 0.48 |
| Hex | 7E | 3D | B9 | 20 | 43 | 0 | 1B | 10F | 32 | 30 |
| Octal | 176 | 75 | 271 | 40 | 103 | 0 | 33 | 417 | 62 | 60 |
| Binary | 1111110 | 111101 | 10111001 | 100000 | 1000011 | 0 | 11011 | 100001111 | 110010 | 110000 |
Color Harmonies of #7E3DB9
Complementary color
Monochromatic Colors of #7E3DB9
Black with #7E3DB9
Text Example
Text Example
White with #7E3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3DB9; }
p { color: rgb(126,61,185); }
H1.HeaderClassName
{
color: #7E3DB9;
}
.AnyTagClassName
{
color: #7E3DB9;
}
</style>
background-color css
<style>
a { background-color: #7E3DB9; }
a { background-color: rgb(126,61,185); }
div.DivClassName
{
background-color: #7E3DB9;
}
.BgClassName
{
background-color: #7E3DB9;
}
</style>
border-color css
<style>
span { border-color: #7E3DB9; }
span { border-color: rgb(126,61,185); }
td.TdClassName
{
border-color: #7E3DB9;
}
.TagClassName
{
border-color: #7E3DB9;
}
</style>