Shades of Blue Violet #7E1FFF
Tints of Blue Violet #7E1FFF
RGB
CMYK
RGB Variations
Color information
#7E1FFF (or 0x7E1FFF) is known color: Blue Violet. HEX triplet: 7E, 1F and FF. RGB value is (126,31,255). Sum of RGB (Red+Green+Blue) = 126+31+255=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1FFF is #81E000. Grayscale: #545454. Windows color (decimal): -8511489 or 16719742. OLE color: 16719742.
HSL color Cylindrical-coordinate representation of color #7E1FFF: hue angle of 265.45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1FFF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 31 | 255 | - |
| CMYK | 0.51 | 0.88 | 0 | 0 |
| HSL | 265.45º | 1% | 0.56% | - |
| HSV(B) | 265.45º | 0.88% | 1% | - |
| XYZ | 27.14 | 12.64 | 95.62 | - |
| YUV | 84.94 | 223.97 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 255 | 0.51 | 0.88 | 0 | 0 | 265.45 | 1 | 0.56 |
| Hex | 7E | 1F | FF | 33 | 58 | 0 | 0 | 109 | 64 | 38 |
| Octal | 176 | 37 | 377 | 63 | 130 | 0 | 0 | 411 | 144 | 70 |
| Binary | 1111110 | 11111 | 11111111 | 110011 | 1011000 | 0 | 0 | 100001001 | 1100100 | 111000 |
Color Harmonies of #7E1FFF
Complementary color
Monochromatic Colors of #7E1FFF
Black with #7E1FFF
Text Example
Text Example
White with #7E1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1FFF; }
p { color: rgb(126,31,255); }
H1.HeaderClassName
{
color: #7E1FFF;
}
.AnyTagClassName
{
color: #7E1FFF;
}
</style>
background-color css
<style>
a { background-color: #7E1FFF; }
a { background-color: rgb(126,31,255); }
div.DivClassName
{
background-color: #7E1FFF;
}
.BgClassName
{
background-color: #7E1FFF;
}
</style>
border-color css
<style>
span { border-color: #7E1FFF; }
span { border-color: rgb(126,31,255); }
td.TdClassName
{
border-color: #7E1FFF;
}
.TagClassName
{
border-color: #7E1FFF;
}
</style>