Shades of Blue Violet #7E27F9
Tints of Blue Violet #7E27F9
RGB
CMYK
RGB Variations
Color information
#7E27F9 (or 0x7E27F9) is known color: Blue Violet. HEX triplet: 7E, 27 and F9. RGB value is (126,39,249). Sum of RGB (Red+Green+Blue) = 126+39+249=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #7E27F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E27F9 is #81D806. Grayscale: #585858. Windows color (decimal): -8509447 or 16328574. OLE color: 16328574.
HSL color Cylindrical-coordinate representation of color #7E27F9: hue angle of 264.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E27F9 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 39 | 249 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.02 |
| HSL | 264.86º | 0.95% | 0.56% | - |
| HSV(B) | 264.86º | 0.84% | 0.98% | - |
| XYZ | 26.43 | 12.73 | 90.69 | - |
| YUV | 88.95 | 218.32 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 249 | 0.49 | 0.84 | 0 | 0.02 | 264.86 | 0.95 | 0.56 |
| Hex | 7E | 27 | F9 | 31 | 54 | 0 | 2 | 109 | 5F | 38 |
| Octal | 176 | 47 | 371 | 61 | 124 | 0 | 2 | 411 | 137 | 70 |
| Binary | 1111110 | 100111 | 11111001 | 110001 | 1010100 | 0 | 10 | 100001001 | 1011111 | 111000 |
Color Harmonies of #7E27F9
Complementary color
Monochromatic Colors of #7E27F9
Black with #7E27F9
Text Example
Text Example
White with #7E27F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E27F9; }
p { color: rgb(126,39,249); }
H1.HeaderClassName
{
color: #7E27F9;
}
.AnyTagClassName
{
color: #7E27F9;
}
</style>
background-color css
<style>
a { background-color: #7E27F9; }
a { background-color: rgb(126,39,249); }
div.DivClassName
{
background-color: #7E27F9;
}
.BgClassName
{
background-color: #7E27F9;
}
</style>
border-color css
<style>
span { border-color: #7E27F9; }
span { border-color: rgb(126,39,249); }
td.TdClassName
{
border-color: #7E27F9;
}
.TagClassName
{
border-color: #7E27F9;
}
</style>