Shades of Blue Violet #7E30CF
Tints of Blue Violet #7E30CF
RGB
CMYK
RGB Variations
Color information
#7E30CF (or 0x7E30CF) is known color: Blue Violet. HEX triplet: 7E, 30 and CF. RGB value is (126,48,207). Sum of RGB (Red+Green+Blue) = 126+48+207=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E30CF is #81CF30. Grayscale: #585858. Windows color (decimal): -8507185 or 13578366. OLE color: 13578366.
HSL color Cylindrical-coordinate representation of color #7E30CF: hue angle of 269.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E30CF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 48 | 207 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.19 |
| HSL | 269.43º | 0.62% | 0.5% | - |
| HSV(B) | 269.43º | 0.77% | 0.81% | - |
| XYZ | 20.92 | 11.05 | 60.06 | - |
| YUV | 89.45 | 194.34 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 207 | 0.39 | 0.77 | 0 | 0.19 | 269.43 | 0.62 | 0.5 |
| Hex | 7E | 30 | CF | 27 | 4D | 0 | 13 | 10D | 3E | 32 |
| Octal | 176 | 60 | 317 | 47 | 115 | 0 | 23 | 415 | 76 | 62 |
| Binary | 1111110 | 110000 | 11001111 | 100111 | 1001101 | 0 | 10011 | 100001101 | 111110 | 110010 |
Color Harmonies of #7E30CF
Complementary color
Monochromatic Colors of #7E30CF
Black with #7E30CF
Text Example
Text Example
White with #7E30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E30CF; }
p { color: rgb(126,48,207); }
H1.HeaderClassName
{
color: #7E30CF;
}
.AnyTagClassName
{
color: #7E30CF;
}
</style>
background-color css
<style>
a { background-color: #7E30CF; }
a { background-color: rgb(126,48,207); }
div.DivClassName
{
background-color: #7E30CF;
}
.BgClassName
{
background-color: #7E30CF;
}
</style>
border-color css
<style>
span { border-color: #7E30CF; }
span { border-color: rgb(126,48,207); }
td.TdClassName
{
border-color: #7E30CF;
}
.TagClassName
{
border-color: #7E30CF;
}
</style>