Shades of Blue Violet #7E2FCD
Tints of Blue Violet #7E2FCD
RGB
CMYK
RGB Variations
Color information
#7E2FCD (or 0x7E2FCD) is known color: Blue Violet. HEX triplet: 7E, 2F and CD. RGB value is (126,47,205). Sum of RGB (Red+Green+Blue) = 126+47+205=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FCD is #81D032. Grayscale: #585858. Windows color (decimal): -8507443 or 13447038. OLE color: 13447038.
HSL color Cylindrical-coordinate representation of color #7E2FCD: hue angle of 270º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2FCD is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 47 | 205 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.20 |
| HSL | 270º | 0.63% | 0.49% | - |
| HSV(B) | 270º | 0.77% | 0.8% | - |
| XYZ | 20.64 | 10.88 | 58.77 | - |
| YUV | 88.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 205 | 0.39 | 0.77 | 0 | 0.20 | 270 | 0.63 | 0.49 |
| Hex | 7E | 2F | CD | 27 | 4D | 0 | 14 | 10E | 3F | 31 |
| Octal | 176 | 57 | 315 | 47 | 115 | 0 | 24 | 416 | 77 | 61 |
| Binary | 1111110 | 101111 | 11001101 | 100111 | 1001101 | 0 | 10100 | 100001110 | 111111 | 110001 |
Color Harmonies of #7E2FCD
Complementary color
Monochromatic Colors of #7E2FCD
Black with #7E2FCD
Text Example
Text Example
White with #7E2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FCD; }
p { color: rgb(126,47,205); }
H1.HeaderClassName
{
color: #7E2FCD;
}
.AnyTagClassName
{
color: #7E2FCD;
}
</style>
background-color css
<style>
a { background-color: #7E2FCD; }
a { background-color: rgb(126,47,205); }
div.DivClassName
{
background-color: #7E2FCD;
}
.BgClassName
{
background-color: #7E2FCD;
}
</style>
border-color css
<style>
span { border-color: #7E2FCD; }
span { border-color: rgb(126,47,205); }
td.TdClassName
{
border-color: #7E2FCD;
}
.TagClassName
{
border-color: #7E2FCD;
}
</style>