Shades of Blue Violet #7E3FCD
Tints of Blue Violet #7E3FCD
RGB
CMYK
RGB Variations
Color information
#7E3FCD (or 0x7E3FCD) is known color: Blue Violet. HEX triplet: 7E, 3F and CD. RGB value is (126,63,205). Sum of RGB (Red+Green+Blue) = 126+63+205=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E3FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3FCD is #81C032. Grayscale: #616161. Windows color (decimal): -8503347 or 13451134. OLE color: 13451134.
HSL color Cylindrical-coordinate representation of color #7E3FCD: hue angle of 266.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3FCD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 63 | 205 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.20 |
| HSL | 266.62º | 0.59% | 0.53% | - |
| HSV(B) | 266.62º | 0.69% | 0.8% | - |
| XYZ | 21.4 | 12.4 | 59.02 | - |
| YUV | 98.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 205 | 0.39 | 0.69 | 0 | 0.20 | 266.62 | 0.59 | 0.53 |
| Hex | 7E | 3F | CD | 27 | 45 | 0 | 14 | 10B | 3B | 35 |
| Octal | 176 | 77 | 315 | 47 | 105 | 0 | 24 | 413 | 73 | 65 |
| Binary | 1111110 | 111111 | 11001101 | 100111 | 1000101 | 0 | 10100 | 100001011 | 111011 | 110101 |
Color Harmonies of #7E3FCD
Complementary color
Monochromatic Colors of #7E3FCD
Black with #7E3FCD
Text Example
Text Example
White with #7E3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3FCD; }
p { color: rgb(126,63,205); }
H1.HeaderClassName
{
color: #7E3FCD;
}
.AnyTagClassName
{
color: #7E3FCD;
}
</style>
background-color css
<style>
a { background-color: #7E3FCD; }
a { background-color: rgb(126,63,205); }
div.DivClassName
{
background-color: #7E3FCD;
}
.BgClassName
{
background-color: #7E3FCD;
}
</style>
border-color css
<style>
span { border-color: #7E3FCD; }
span { border-color: rgb(126,63,205); }
td.TdClassName
{
border-color: #7E3FCD;
}
.TagClassName
{
border-color: #7E3FCD;
}
</style>