Shades of Blue Violet #7E3ACF
Tints of Blue Violet #7E3ACF
RGB
CMYK
RGB Variations
Color information
#7E3ACF (or 0x7E3ACF) is known color: Blue Violet. HEX triplet: 7E, 3A and CF. RGB value is (126,58,207). Sum of RGB (Red+Green+Blue) = 126+58+207=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E3ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ACF is #81C530. Grayscale: #5E5E5E. Windows color (decimal): -8504625 or 13580926. OLE color: 13580926.
HSL color Cylindrical-coordinate representation of color #7E3ACF: hue angle of 267.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E3ACF is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 58 | 207 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.19 |
| HSL | 267.38º | 0.61% | 0.52% | - |
| HSV(B) | 267.38º | 0.72% | 0.81% | - |
| XYZ | 21.38 | 11.97 | 60.21 | - |
| YUV | 95.32 | 191.03 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 207 | 0.39 | 0.72 | 0 | 0.19 | 267.38 | 0.61 | 0.52 |
| Hex | 7E | 3A | CF | 27 | 48 | 0 | 13 | 10B | 3D | 34 |
| Octal | 176 | 72 | 317 | 47 | 110 | 0 | 23 | 413 | 75 | 64 |
| Binary | 1111110 | 111010 | 11001111 | 100111 | 1001000 | 0 | 10011 | 100001011 | 111101 | 110100 |
Color Harmonies of #7E3ACF
Complementary color
Monochromatic Colors of #7E3ACF
Black with #7E3ACF
Text Example
Text Example
White with #7E3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3ACF; }
p { color: rgb(126,58,207); }
H1.HeaderClassName
{
color: #7E3ACF;
}
.AnyTagClassName
{
color: #7E3ACF;
}
</style>
background-color css
<style>
a { background-color: #7E3ACF; }
a { background-color: rgb(126,58,207); }
div.DivClassName
{
background-color: #7E3ACF;
}
.BgClassName
{
background-color: #7E3ACF;
}
</style>
border-color css
<style>
span { border-color: #7E3ACF; }
span { border-color: rgb(126,58,207); }
td.TdClassName
{
border-color: #7E3ACF;
}
.TagClassName
{
border-color: #7E3ACF;
}
</style>