Shades of Blue Violet #7E1DFF
Tints of Blue Violet #7E1DFF
RGB
CMYK
RGB Variations
Color information
#7E1DFF (or 0x7E1DFF) is known color: Blue Violet. HEX triplet: 7E, 1D and FF. RGB value is (126,29,255). Sum of RGB (Red+Green+Blue) = 126+29+255=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1DFF is #81E200. Grayscale: #525252. Windows color (decimal): -8512001 or 16719230. OLE color: 16719230.
HSL color Cylindrical-coordinate representation of color #7E1DFF: hue angle of 265.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1DFF is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 29 | 255 | - |
| CMYK | 0.51 | 0.89 | 0 | 0 |
| HSL | 265.75º | 1% | 0.56% | - |
| HSV(B) | 265.75º | 0.89% | 1% | - |
| XYZ | 27.09 | 12.53 | 95.6 | - |
| YUV | 83.77 | 224.64 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 255 | 0.51 | 0.89 | 0 | 0 | 265.75 | 1 | 0.56 |
| Hex | 7E | 1D | FF | 33 | 59 | 0 | 0 | 10A | 64 | 38 |
| Octal | 176 | 35 | 377 | 63 | 131 | 0 | 0 | 412 | 144 | 70 |
| Binary | 1111110 | 11101 | 11111111 | 110011 | 1011001 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #7E1DFF
Complementary color
Monochromatic Colors of #7E1DFF
Black with #7E1DFF
Text Example
Text Example
White with #7E1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1DFF; }
p { color: rgb(126,29,255); }
H1.HeaderClassName
{
color: #7E1DFF;
}
.AnyTagClassName
{
color: #7E1DFF;
}
</style>
background-color css
<style>
a { background-color: #7E1DFF; }
a { background-color: rgb(126,29,255); }
div.DivClassName
{
background-color: #7E1DFF;
}
.BgClassName
{
background-color: #7E1DFF;
}
</style>
border-color css
<style>
span { border-color: #7E1DFF; }
span { border-color: rgb(126,29,255); }
td.TdClassName
{
border-color: #7E1DFF;
}
.TagClassName
{
border-color: #7E1DFF;
}
</style>