Shades of Studio #7E3DB0
Tints of Studio #7E3DB0
RGB
CMYK
RGB Variations
Color information
#7E3DB0 (or 0x7E3DB0) is known color: Studio. HEX triplet: 7E, 3D and B0. RGB value is (126,61,176). Sum of RGB (Red+Green+Blue) = 126+61+176=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E3DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3DB0 is #81C24F. Grayscale: #5D5D5D. Windows color (decimal): -8503888 or 11550078. OLE color: 11550078.
HSL color Cylindrical-coordinate representation of color #7E3DB0: hue angle of 273.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3DB0 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 61 | 176 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.31 |
| HSL | 273.91º | 0.49% | 0.46% | - |
| HSV(B) | 273.91º | 0.65% | 0.69% | - |
| XYZ | 18.11 | 10.91 | 42.23 | - |
| YUV | 93.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 176 | 0.28 | 0.65 | 0 | 0.31 | 273.91 | 0.49 | 0.46 |
| Hex | 7E | 3D | B0 | 1C | 41 | 0 | 1F | 112 | 31 | 2E |
| Octal | 176 | 75 | 260 | 34 | 101 | 0 | 37 | 422 | 61 | 56 |
| Binary | 1111110 | 111101 | 10110000 | 11100 | 1000001 | 0 | 11111 | 100010010 | 110001 | 101110 |
Color Harmonies of #7E3DB0
Complementary color
Monochromatic Colors of #7E3DB0
Black with #7E3DB0
Text Example
Text Example
White with #7E3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3DB0; }
p { color: rgb(126,61,176); }
H1.HeaderClassName
{
color: #7E3DB0;
}
.AnyTagClassName
{
color: #7E3DB0;
}
</style>
background-color css
<style>
a { background-color: #7E3DB0; }
a { background-color: rgb(126,61,176); }
div.DivClassName
{
background-color: #7E3DB0;
}
.BgClassName
{
background-color: #7E3DB0;
}
</style>
border-color css
<style>
span { border-color: #7E3DB0; }
span { border-color: rgb(126,61,176); }
td.TdClassName
{
border-color: #7E3DB0;
}
.TagClassName
{
border-color: #7E3DB0;
}
</style>