Shades of Blue Violet #7E42D5
Tints of Blue Violet #7E42D5
RGB
CMYK
RGB Variations
Color information
#7E42D5 (or 0x7E42D5) is known color: Blue Violet. HEX triplet: 7E, 42 and D5. RGB value is (126,66,213). Sum of RGB (Red+Green+Blue) = 126+66+213=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E42D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E42D5 is #81BD2A. Grayscale: #646464. Windows color (decimal): -8502571 or 13976190. OLE color: 13976190.
HSL color Cylindrical-coordinate representation of color #7E42D5: hue angle of 264.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E42D5 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 66 | 213 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.16 |
| HSL | 264.49º | 0.64% | 0.55% | - |
| HSV(B) | 264.49º | 0.69% | 0.84% | - |
| XYZ | 22.56 | 13.14 | 64.3 | - |
| YUV | 100.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 213 | 0.41 | 0.69 | 0 | 0.16 | 264.49 | 0.64 | 0.55 |
| Hex | 7E | 42 | D5 | 29 | 45 | 0 | 10 | 108 | 40 | 37 |
| Octal | 176 | 102 | 325 | 51 | 105 | 0 | 20 | 410 | 100 | 67 |
| Binary | 1111110 | 1000010 | 11010101 | 101001 | 1000101 | 0 | 10000 | 100001000 | 1000000 | 110111 |
Color Harmonies of #7E42D5
Complementary color
Monochromatic Colors of #7E42D5
Black with #7E42D5
Text Example
Text Example
White with #7E42D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E42D5; }
p { color: rgb(126,66,213); }
H1.HeaderClassName
{
color: #7E42D5;
}
.AnyTagClassName
{
color: #7E42D5;
}
</style>
background-color css
<style>
a { background-color: #7E42D5; }
a { background-color: rgb(126,66,213); }
div.DivClassName
{
background-color: #7E42D5;
}
.BgClassName
{
background-color: #7E42D5;
}
</style>
border-color css
<style>
span { border-color: #7E42D5; }
span { border-color: rgb(126,66,213); }
td.TdClassName
{
border-color: #7E42D5;
}
.TagClassName
{
border-color: #7E42D5;
}
</style>