Shades of Studio #7E44BC
Tints of Studio #7E44BC
RGB
CMYK
RGB Variations
Color information
#7E44BC (or 0x7E44BC) is known color: Studio. HEX triplet: 7E, 44 and BC. RGB value is (126,68,188). Sum of RGB (Red+Green+Blue) = 126+68+188=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E44BC is #81BB43. Grayscale: #626262. Windows color (decimal): -8502084 or 12338302. OLE color: 12338302.
HSL color Cylindrical-coordinate representation of color #7E44BC: hue angle of 269º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E44BC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 68 | 188 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.26 |
| HSL | 269º | 0.47% | 0.5% | - |
| HSV(B) | 269º | 0.64% | 0.74% | - |
| XYZ | 19.75 | 12.2 | 48.89 | - |
| YUV | 99.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 188 | 0.33 | 0.64 | 0 | 0.26 | 269 | 0.47 | 0.5 |
| Hex | 7E | 44 | BC | 21 | 40 | 0 | 1A | 10D | 2F | 32 |
| Octal | 176 | 104 | 274 | 41 | 100 | 0 | 32 | 415 | 57 | 62 |
| Binary | 1111110 | 1000100 | 10111100 | 100001 | 1000000 | 0 | 11010 | 100001101 | 101111 | 110010 |
Color Harmonies of #7E44BC
Complementary color
Monochromatic Colors of #7E44BC
Black with #7E44BC
Text Example
Text Example
White with #7E44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E44BC; }
p { color: rgb(126,68,188); }
H1.HeaderClassName
{
color: #7E44BC;
}
.AnyTagClassName
{
color: #7E44BC;
}
</style>
background-color css
<style>
a { background-color: #7E44BC; }
a { background-color: rgb(126,68,188); }
div.DivClassName
{
background-color: #7E44BC;
}
.BgClassName
{
background-color: #7E44BC;
}
</style>
border-color css
<style>
span { border-color: #7E44BC; }
span { border-color: rgb(126,68,188); }
td.TdClassName
{
border-color: #7E44BC;
}
.TagClassName
{
border-color: #7E44BC;
}
</style>