Shades of Blue Violet #7E1BFF
Tints of Blue Violet #7E1BFF
RGB
CMYK
RGB Variations
Color information
#7E1BFF (or 0x7E1BFF) is known color: Blue Violet. HEX triplet: 7E, 1B and FF. RGB value is (126,27,255). Sum of RGB (Red+Green+Blue) = 126+27+255=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1BFF is #81E400. Grayscale: #515151. Windows color (decimal): -8512513 or 16718718. OLE color: 16718718.
HSL color Cylindrical-coordinate representation of color #7E1BFF: hue angle of 266.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E1BFF is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 27 | 255 | - |
| CMYK | 0.51 | 0.89 | 0 | 0 |
| HSL | 266.05º | 1% | 0.55% | - |
| HSV(B) | 266.05º | 0.89% | 1% | - |
| XYZ | 27.05 | 12.44 | 95.58 | - |
| YUV | 82.59 | 225.3 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 255 | 0.51 | 0.89 | 0 | 0 | 266.05 | 1 | 0.55 |
| Hex | 7E | 1B | FF | 33 | 59 | 0 | 0 | 10A | 64 | 37 |
| Octal | 176 | 33 | 377 | 63 | 131 | 0 | 0 | 412 | 144 | 67 |
| Binary | 1111110 | 11011 | 11111111 | 110011 | 1011001 | 0 | 0 | 100001010 | 1100100 | 110111 |
Color Harmonies of #7E1BFF
Complementary color
Monochromatic Colors of #7E1BFF
Black with #7E1BFF
Text Example
Text Example
White with #7E1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1BFF; }
p { color: rgb(126,27,255); }
H1.HeaderClassName
{
color: #7E1BFF;
}
.AnyTagClassName
{
color: #7E1BFF;
}
</style>
background-color css
<style>
a { background-color: #7E1BFF; }
a { background-color: rgb(126,27,255); }
div.DivClassName
{
background-color: #7E1BFF;
}
.BgClassName
{
background-color: #7E1BFF;
}
</style>
border-color css
<style>
span { border-color: #7E1BFF; }
span { border-color: rgb(126,27,255); }
td.TdClassName
{
border-color: #7E1BFF;
}
.TagClassName
{
border-color: #7E1BFF;
}
</style>