Shades of Blue Violet #7E3FDA
Tints of Blue Violet #7E3FDA
RGB
CMYK
RGB Variations
Color information
#7E3FDA (or 0x7E3FDA) is known color: Blue Violet. HEX triplet: 7E, 3F and DA. RGB value is (126,63,218). Sum of RGB (Red+Green+Blue) = 126+63+218=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E3FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FDA is #81C025. Grayscale: #626262. Windows color (decimal): -8503334 or 14303102. OLE color: 14303102.
HSL color Cylindrical-coordinate representation of color #7E3FDA: hue angle of 264.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3FDA is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 63 | 218 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.15 |
| HSL | 264.39º | 0.68% | 0.55% | - |
| HSV(B) | 264.39º | 0.71% | 0.85% | - |
| XYZ | 23.04 | 13.05 | 67.63 | - |
| YUV | 99.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 218 | 0.42 | 0.71 | 0 | 0.15 | 264.39 | 0.68 | 0.55 |
| Hex | 7E | 3F | DA | 2A | 47 | 0 | F | 108 | 44 | 37 |
| Octal | 176 | 77 | 332 | 52 | 107 | 0 | 17 | 410 | 104 | 67 |
| Binary | 1111110 | 111111 | 11011010 | 101010 | 1000111 | 0 | 1111 | 100001000 | 1000100 | 110111 |
Color Harmonies of #7E3FDA
Complementary color
Monochromatic Colors of #7E3FDA
Black with #7E3FDA
Text Example
Text Example
White with #7E3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FDA; }
p { color: rgb(126,63,218); }
H1.HeaderClassName
{
color: #7E3FDA;
}
.AnyTagClassName
{
color: #7E3FDA;
}
</style>
background-color css
<style>
a { background-color: #7E3FDA; }
a { background-color: rgb(126,63,218); }
div.DivClassName
{
background-color: #7E3FDA;
}
.BgClassName
{
background-color: #7E3FDA;
}
</style>
border-color css
<style>
span { border-color: #7E3FDA; }
span { border-color: rgb(126,63,218); }
td.TdClassName
{
border-color: #7E3FDA;
}
.TagClassName
{
border-color: #7E3FDA;
}
</style>