Shades of Blue Violet #7E37D8
Tints of Blue Violet #7E37D8
RGB
CMYK
RGB Variations
Color information
#7E37D8 (or 0x7E37D8) is known color: Blue Violet. HEX triplet: 7E, 37 and D8. RGB value is (126,55,216). Sum of RGB (Red+Green+Blue) = 126+55+216=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #7E37D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E37D8 is #81C827. Grayscale: #5E5E5E. Windows color (decimal): -8505384 or 14169982. OLE color: 14169982.
HSL color Cylindrical-coordinate representation of color #7E37D8: hue angle of 266.46º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E37D8 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 55 | 216 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.15 |
| HSL | 266.46º | 0.67% | 0.53% | - |
| HSV(B) | 266.46º | 0.75% | 0.85% | - |
| XYZ | 22.37 | 12.13 | 66.13 | - |
| YUV | 94.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 216 | 0.42 | 0.75 | 0 | 0.15 | 266.46 | 0.67 | 0.53 |
| Hex | 7E | 37 | D8 | 2A | 4B | 0 | F | 10A | 43 | 35 |
| Octal | 176 | 67 | 330 | 52 | 113 | 0 | 17 | 412 | 103 | 65 |
| Binary | 1111110 | 110111 | 11011000 | 101010 | 1001011 | 0 | 1111 | 100001010 | 1000011 | 110101 |
Color Harmonies of #7E37D8
Complementary color
Monochromatic Colors of #7E37D8
Black with #7E37D8
Text Example
Text Example
White with #7E37D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E37D8; }
p { color: rgb(126,55,216); }
H1.HeaderClassName
{
color: #7E37D8;
}
.AnyTagClassName
{
color: #7E37D8;
}
</style>
background-color css
<style>
a { background-color: #7E37D8; }
a { background-color: rgb(126,55,216); }
div.DivClassName
{
background-color: #7E37D8;
}
.BgClassName
{
background-color: #7E37D8;
}
</style>
border-color css
<style>
span { border-color: #7E37D8; }
span { border-color: rgb(126,55,216); }
td.TdClassName
{
border-color: #7E37D8;
}
.TagClassName
{
border-color: #7E37D8;
}
</style>