Shades of Blue Violet #7E36CB
Tints of Blue Violet #7E36CB
RGB
CMYK
RGB Variations
Color information
#7E36CB (or 0x7E36CB) is known color: Blue Violet. HEX triplet: 7E, 36 and CB. RGB value is (126,54,203). Sum of RGB (Red+Green+Blue) = 126+54+203=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E36CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E36CB is #81C934. Grayscale: #5B5B5B. Windows color (decimal): -8505653 or 13317758. OLE color: 13317758.
HSL color Cylindrical-coordinate representation of color #7E36CB: hue angle of 268.99º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E36CB is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 54 | 203 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.20 |
| HSL | 268.99º | 0.59% | 0.5% | - |
| HSV(B) | 268.99º | 0.73% | 0.8% | - |
| XYZ | 20.7 | 11.39 | 57.61 | - |
| YUV | 92.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 203 | 0.38 | 0.73 | 0 | 0.20 | 268.99 | 0.59 | 0.5 |
| Hex | 7E | 36 | CB | 26 | 49 | 0 | 14 | 10D | 3B | 32 |
| Octal | 176 | 66 | 313 | 46 | 111 | 0 | 24 | 415 | 73 | 62 |
| Binary | 1111110 | 110110 | 11001011 | 100110 | 1001001 | 0 | 10100 | 100001101 | 111011 | 110010 |
Color Harmonies of #7E36CB
Complementary color
Monochromatic Colors of #7E36CB
Black with #7E36CB
Text Example
Text Example
White with #7E36CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E36CB; }
p { color: rgb(126,54,203); }
H1.HeaderClassName
{
color: #7E36CB;
}
.AnyTagClassName
{
color: #7E36CB;
}
</style>
background-color css
<style>
a { background-color: #7E36CB; }
a { background-color: rgb(126,54,203); }
div.DivClassName
{
background-color: #7E36CB;
}
.BgClassName
{
background-color: #7E36CB;
}
</style>
border-color css
<style>
span { border-color: #7E36CB; }
span { border-color: rgb(126,54,203); }
td.TdClassName
{
border-color: #7E36CB;
}
.TagClassName
{
border-color: #7E36CB;
}
</style>