Shades of Blue Violet #7E2DFC
Tints of Blue Violet #7E2DFC
RGB
CMYK
RGB Variations
Color information
#7E2DFC (or 0x7E2DFC) is known color: Blue Violet. HEX triplet: 7E, 2D and FC. RGB value is (126,45,252). Sum of RGB (Red+Green+Blue) = 126+45+252=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2DFC is #81D203. Grayscale: #5C5C5C. Windows color (decimal): -8507908 or 16526718. OLE color: 16526718.
HSL color Cylindrical-coordinate representation of color #7E2DFC: hue angle of 263.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2DFC is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 45 | 252 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.01 |
| HSL | 263.48º | 0.97% | 0.58% | - |
| HSV(B) | 263.48º | 0.82% | 0.99% | - |
| XYZ | 27.11 | 13.34 | 93.24 | - |
| YUV | 92.82 | 217.84 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 252 | 0.5 | 0.82 | 0 | 0.01 | 263.48 | 0.97 | 0.58 |
| Hex | 7E | 2D | FC | 32 | 52 | 0 | 1 | 107 | 61 | 3A |
| Octal | 176 | 55 | 374 | 62 | 122 | 0 | 1 | 407 | 141 | 72 |
| Binary | 1111110 | 101101 | 11111100 | 110010 | 1010010 | 0 | 1 | 100000111 | 1100001 | 111010 |
Color Harmonies of #7E2DFC
Complementary color
Monochromatic Colors of #7E2DFC
Black with #7E2DFC
Text Example
Text Example
White with #7E2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2DFC; }
p { color: rgb(126,45,252); }
H1.HeaderClassName
{
color: #7E2DFC;
}
.AnyTagClassName
{
color: #7E2DFC;
}
</style>
background-color css
<style>
a { background-color: #7E2DFC; }
a { background-color: rgb(126,45,252); }
div.DivClassName
{
background-color: #7E2DFC;
}
.BgClassName
{
background-color: #7E2DFC;
}
</style>
border-color css
<style>
span { border-color: #7E2DFC; }
span { border-color: rgb(126,45,252); }
td.TdClassName
{
border-color: #7E2DFC;
}
.TagClassName
{
border-color: #7E2DFC;
}
</style>