Shades of Blue Violet #7E2FDD
Tints of Blue Violet #7E2FDD
RGB
CMYK
RGB Variations
Color information
#7E2FDD (or 0x7E2FDD) is known color: Blue Violet. HEX triplet: 7E, 2F and DD. RGB value is (126,47,221). Sum of RGB (Red+Green+Blue) = 126+47+221=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E2FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FDD is #81D022. Grayscale: #595959. Windows color (decimal): -8507427 or 14495614. OLE color: 14495614.
HSL color Cylindrical-coordinate representation of color #7E2FDD: hue angle of 267.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2FDD is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 47 | 221 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.13 |
| HSL | 267.24º | 0.72% | 0.53% | - |
| HSV(B) | 267.24º | 0.79% | 0.87% | - |
| XYZ | 22.67 | 11.69 | 69.47 | - |
| YUV | 90.46 | 201.67 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 221 | 0.43 | 0.79 | 0 | 0.13 | 267.24 | 0.72 | 0.53 |
| Hex | 7E | 2F | DD | 2B | 4F | 0 | D | 10B | 48 | 35 |
| Octal | 176 | 57 | 335 | 53 | 117 | 0 | 15 | 413 | 110 | 65 |
| Binary | 1111110 | 101111 | 11011101 | 101011 | 1001111 | 0 | 1101 | 100001011 | 1001000 | 110101 |
Color Harmonies of #7E2FDD
Complementary color
Monochromatic Colors of #7E2FDD
Black with #7E2FDD
Text Example
Text Example
White with #7E2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FDD; }
p { color: rgb(126,47,221); }
H1.HeaderClassName
{
color: #7E2FDD;
}
.AnyTagClassName
{
color: #7E2FDD;
}
</style>
background-color css
<style>
a { background-color: #7E2FDD; }
a { background-color: rgb(126,47,221); }
div.DivClassName
{
background-color: #7E2FDD;
}
.BgClassName
{
background-color: #7E2FDD;
}
</style>
border-color css
<style>
span { border-color: #7E2FDD; }
span { border-color: rgb(126,47,221); }
td.TdClassName
{
border-color: #7E2FDD;
}
.TagClassName
{
border-color: #7E2FDD;
}
</style>