Shades of Blue Violet #7A1DEE
Tints of Blue Violet #7A1DEE
RGB
CMYK
RGB Variations
Color information
#7A1DEE (or 0x7A1DEE) is known color: Blue Violet. HEX triplet: 7A, 1D and EE. RGB value is (122,29,238). Sum of RGB (Red+Green+Blue) = 122+29+238=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A1DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DEE is #85E211. Grayscale: #4F4F4F. Windows color (decimal): -8774162 or 15605114. OLE color: 15605114.
HSL color Cylindrical-coordinate representation of color #7A1DEE: hue angle of 266.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1DEE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 29 | 238 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.07 |
| HSL | 266.7º | 0.86% | 0.52% | - |
| HSV(B) | 266.7º | 0.88% | 0.93% | - |
| XYZ | 23.9 | 11.19 | 81.79 | - |
| YUV | 80.63 | 216.81 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 238 | 0.49 | 0.88 | 0 | 0.07 | 266.7 | 0.86 | 0.52 |
| Hex | 7A | 1D | EE | 31 | 58 | 0 | 7 | 10B | 56 | 34 |
| Octal | 172 | 35 | 356 | 61 | 130 | 0 | 7 | 413 | 126 | 64 |
| Binary | 1111010 | 11101 | 11101110 | 110001 | 1011000 | 0 | 111 | 100001011 | 1010110 | 110100 |
Color Harmonies of #7A1DEE
Complementary color
Monochromatic Colors of #7A1DEE
Black with #7A1DEE
Text Example
Text Example
White with #7A1DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DEE; }
p { color: rgb(122,29,238); }
H1.HeaderClassName
{
color: #7A1DEE;
}
.AnyTagClassName
{
color: #7A1DEE;
}
</style>
background-color css
<style>
a { background-color: #7A1DEE; }
a { background-color: rgb(122,29,238); }
div.DivClassName
{
background-color: #7A1DEE;
}
.BgClassName
{
background-color: #7A1DEE;
}
</style>
border-color css
<style>
span { border-color: #7A1DEE; }
span { border-color: rgb(122,29,238); }
td.TdClassName
{
border-color: #7A1DEE;
}
.TagClassName
{
border-color: #7A1DEE;
}
</style>