Shades of Blue Violet #7E39CC
Tints of Blue Violet #7E39CC
RGB
CMYK
RGB Variations
Color information
#7E39CC (or 0x7E39CC) is known color: Blue Violet. HEX triplet: 7E, 39 and CC. RGB value is (126,57,204). Sum of RGB (Red+Green+Blue) = 126+57+204=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39CC is #81C633. Grayscale: #5D5D5D. Windows color (decimal): -8504884 or 13384062. OLE color: 13384062.
HSL color Cylindrical-coordinate representation of color #7E39CC: hue angle of 268.16º degrees, saturation: 0.59, 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 #7E39CC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 57 | 204 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.2 |
| HSL | 268.16º | 0.59% | 0.51% | - |
| HSV(B) | 268.16º | 0.72% | 0.8% | - |
| XYZ | 20.97 | 11.72 | 58.28 | - |
| YUV | 94.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 204 | 0.38 | 0.72 | 0 | 0.2 | 268.16 | 0.59 | 0.51 |
| Hex | 7E | 39 | CC | 26 | 48 | 0 | 14 | 10C | 3B | 33 |
| Octal | 176 | 71 | 314 | 46 | 110 | 0 | 24 | 414 | 73 | 63 |
| Binary | 1111110 | 111001 | 11001100 | 100110 | 1001000 | 0 | 10100 | 100001100 | 111011 | 110011 |
Color Harmonies of #7E39CC
Complementary color
Monochromatic Colors of #7E39CC
Black with #7E39CC
Text Example
Text Example
White with #7E39CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E39CC; }
p { color: rgb(126,57,204); }
H1.HeaderClassName
{
color: #7E39CC;
}
.AnyTagClassName
{
color: #7E39CC;
}
</style>
background-color css
<style>
a { background-color: #7E39CC; }
a { background-color: rgb(126,57,204); }
div.DivClassName
{
background-color: #7E39CC;
}
.BgClassName
{
background-color: #7E39CC;
}
</style>
border-color css
<style>
span { border-color: #7E39CC; }
span { border-color: rgb(126,57,204); }
td.TdClassName
{
border-color: #7E39CC;
}
.TagClassName
{
border-color: #7E39CC;
}
</style>