Shades of Blue Violet #7E27FF
Tints of Blue Violet #7E27FF
RGB
CMYK
RGB Variations
Color information
#7E27FF (or 0x7E27FF) is known color: Blue Violet. HEX triplet: 7E, 27 and FF. RGB value is (126,39,255). Sum of RGB (Red+Green+Blue) = 126+39+255=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E27FF is #81D800. Grayscale: #585858. Windows color (decimal): -8509441 or 16721790. OLE color: 16721790.
HSL color Cylindrical-coordinate representation of color #7E27FF: hue angle of 264.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E27FF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 39 | 255 | - |
| CMYK | 0.51 | 0.85 | 0 | 0 |
| HSL | 264.17º | 1% | 0.58% | - |
| HSV(B) | 264.17º | 0.85% | 1% | - |
| XYZ | 27.38 | 13.11 | 95.69 | - |
| YUV | 89.64 | 221.32 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 255 | 0.51 | 0.85 | 0 | 0 | 264.17 | 1 | 0.58 |
| Hex | 7E | 27 | FF | 33 | 55 | 0 | 0 | 108 | 64 | 3A |
| Octal | 176 | 47 | 377 | 63 | 125 | 0 | 0 | 410 | 144 | 72 |
| Binary | 1111110 | 100111 | 11111111 | 110011 | 1010101 | 0 | 0 | 100001000 | 1100100 | 111010 |
Color Harmonies of #7E27FF
Complementary color
Monochromatic Colors of #7E27FF
Black with #7E27FF
Text Example
Text Example
White with #7E27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E27FF; }
p { color: rgb(126,39,255); }
H1.HeaderClassName
{
color: #7E27FF;
}
.AnyTagClassName
{
color: #7E27FF;
}
</style>
background-color css
<style>
a { background-color: #7E27FF; }
a { background-color: rgb(126,39,255); }
div.DivClassName
{
background-color: #7E27FF;
}
.BgClassName
{
background-color: #7E27FF;
}
</style>
border-color css
<style>
span { border-color: #7E27FF; }
span { border-color: rgb(126,39,255); }
td.TdClassName
{
border-color: #7E27FF;
}
.TagClassName
{
border-color: #7E27FF;
}
</style>