Shades of Studio #7E4CBE
Tints of Studio #7E4CBE
RGB
CMYK
RGB Variations
Color information
#7E4CBE (or 0x7E4CBE) is known color: Studio. HEX triplet: 7E, 4C and BE. RGB value is (126,76,190). Sum of RGB (Red+Green+Blue) = 126+76+190=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CBE is #81B341. Grayscale: #676767. Windows color (decimal): -8500034 or 12471422. OLE color: 12471422.
HSL color Cylindrical-coordinate representation of color #7E4CBE: hue angle of 266.32º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4CBE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 76 | 190 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.25 |
| HSL | 266.32º | 0.47% | 0.52% | - |
| HSV(B) | 266.32º | 0.6% | 0.75% | - |
| XYZ | 20.48 | 13.32 | 50.21 | - |
| YUV | 103.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 190 | 0.34 | 0.60 | 0 | 0.25 | 266.32 | 0.47 | 0.52 |
| Hex | 7E | 4C | BE | 22 | 3C | 0 | 19 | 10A | 2F | 34 |
| Octal | 176 | 114 | 276 | 42 | 74 | 0 | 31 | 412 | 57 | 64 |
| Binary | 1111110 | 1001100 | 10111110 | 100010 | 111100 | 0 | 11001 | 100001010 | 101111 | 110100 |
Color Harmonies of #7E4CBE
Complementary color
Monochromatic Colors of #7E4CBE
Black with #7E4CBE
Text Example
Text Example
White with #7E4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CBE; }
p { color: rgb(126,76,190); }
H1.HeaderClassName
{
color: #7E4CBE;
}
.AnyTagClassName
{
color: #7E4CBE;
}
</style>
background-color css
<style>
a { background-color: #7E4CBE; }
a { background-color: rgb(126,76,190); }
div.DivClassName
{
background-color: #7E4CBE;
}
.BgClassName
{
background-color: #7E4CBE;
}
</style>
border-color css
<style>
span { border-color: #7E4CBE; }
span { border-color: rgb(126,76,190); }
td.TdClassName
{
border-color: #7E4CBE;
}
.TagClassName
{
border-color: #7E4CBE;
}
</style>