Shades of Blue Violet #7E39CB
Tints of Blue Violet #7E39CB
RGB
CMYK
RGB Variations
Color information
#7E39CB (or 0x7E39CB) is known color: Blue Violet. HEX triplet: 7E, 39 and CB. RGB value is (126,57,203). Sum of RGB (Red+Green+Blue) = 126+57+203=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E39CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39CB is #81C634. Grayscale: #5D5D5D. Windows color (decimal): -8504885 or 13318526. OLE color: 13318526.
HSL color Cylindrical-coordinate representation of color #7E39CB: hue angle of 268.36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E39CB is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 57 | 203 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.20 |
| HSL | 268.36º | 0.58% | 0.51% | - |
| HSV(B) | 268.36º | 0.72% | 0.8% | - |
| XYZ | 20.85 | 11.67 | 57.65 | - |
| YUV | 94.28 | 189.36 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 203 | 0.38 | 0.72 | 0 | 0.20 | 268.36 | 0.58 | 0.51 |
| Hex | 7E | 39 | CB | 26 | 48 | 0 | 14 | 10C | 3A | 33 |
| Octal | 176 | 71 | 313 | 46 | 110 | 0 | 24 | 414 | 72 | 63 |
| Binary | 1111110 | 111001 | 11001011 | 100110 | 1001000 | 0 | 10100 | 100001100 | 111010 | 110011 |
Color Harmonies of #7E39CB
Complementary color
Monochromatic Colors of #7E39CB
Black with #7E39CB
Text Example
Text Example
White with #7E39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E39CB; }
p { color: rgb(126,57,203); }
H1.HeaderClassName
{
color: #7E39CB;
}
.AnyTagClassName
{
color: #7E39CB;
}
</style>
background-color css
<style>
a { background-color: #7E39CB; }
a { background-color: rgb(126,57,203); }
div.DivClassName
{
background-color: #7E39CB;
}
.BgClassName
{
background-color: #7E39CB;
}
</style>
border-color css
<style>
span { border-color: #7E39CB; }
span { border-color: rgb(126,57,203); }
td.TdClassName
{
border-color: #7E39CB;
}
.TagClassName
{
border-color: #7E39CB;
}
</style>