Shades of Blue Violet #7E3FDC
Tints of Blue Violet #7E3FDC
RGB
CMYK
RGB Variations
Color information
#7E3FDC (or 0x7E3FDC) is known color: Blue Violet. HEX triplet: 7E, 3F and DC. RGB value is (126,63,220). Sum of RGB (Red+Green+Blue) = 126+63+220=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E3FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FDC is #81C023. Grayscale: #636363. Windows color (decimal): -8503332 or 14434174. OLE color: 14434174.
HSL color Cylindrical-coordinate representation of color #7E3FDC: hue angle of 264.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3FDC is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 63 | 220 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.14 |
| HSL | 264.08º | 0.69% | 0.55% | - |
| HSV(B) | 264.08º | 0.71% | 0.86% | - |
| XYZ | 23.3 | 13.16 | 69.02 | - |
| YUV | 99.74 | 195.87 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 220 | 0.43 | 0.71 | 0 | 0.14 | 264.08 | 0.69 | 0.55 |
| Hex | 7E | 3F | DC | 2B | 47 | 0 | E | 108 | 45 | 37 |
| Octal | 176 | 77 | 334 | 53 | 107 | 0 | 16 | 410 | 105 | 67 |
| Binary | 1111110 | 111111 | 11011100 | 101011 | 1000111 | 0 | 1110 | 100001000 | 1000101 | 110111 |
Color Harmonies of #7E3FDC
Complementary color
Monochromatic Colors of #7E3FDC
Black with #7E3FDC
Text Example
Text Example
White with #7E3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FDC; }
p { color: rgb(126,63,220); }
H1.HeaderClassName
{
color: #7E3FDC;
}
.AnyTagClassName
{
color: #7E3FDC;
}
</style>
background-color css
<style>
a { background-color: #7E3FDC; }
a { background-color: rgb(126,63,220); }
div.DivClassName
{
background-color: #7E3FDC;
}
.BgClassName
{
background-color: #7E3FDC;
}
</style>
border-color css
<style>
span { border-color: #7E3FDC; }
span { border-color: rgb(126,63,220); }
td.TdClassName
{
border-color: #7E3FDC;
}
.TagClassName
{
border-color: #7E3FDC;
}
</style>