Shades of Blue Violet #7A1EEB
Tints of Blue Violet #7A1EEB
RGB
CMYK
RGB Variations
Color information
#7A1EEB (or 0x7A1EEB) is known color: Blue Violet. HEX triplet: 7A, 1E and EB. RGB value is (122,30,235). Sum of RGB (Red+Green+Blue) = 122+30+235=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A1EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1EEB is #85E114. Grayscale: #505050. Windows color (decimal): -8773909 or 15408762. OLE color: 15408762.
HSL color Cylindrical-coordinate representation of color #7A1EEB: hue angle of 266.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1EEB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 30 | 235 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.08 |
| HSL | 266.93º | 0.84% | 0.52% | - |
| HSV(B) | 266.93º | 0.87% | 0.92% | - |
| XYZ | 23.49 | 11.06 | 79.5 | - |
| YUV | 80.88 | 214.98 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 235 | 0.48 | 0.87 | 0 | 0.08 | 266.93 | 0.84 | 0.52 |
| Hex | 7A | 1E | EB | 30 | 57 | 0 | 8 | 10B | 54 | 34 |
| Octal | 172 | 36 | 353 | 60 | 127 | 0 | 10 | 413 | 124 | 64 |
| Binary | 1111010 | 11110 | 11101011 | 110000 | 1010111 | 0 | 1000 | 100001011 | 1010100 | 110100 |
Color Harmonies of #7A1EEB
Complementary color
Monochromatic Colors of #7A1EEB
Black with #7A1EEB
Text Example
Text Example
White with #7A1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EEB; }
p { color: rgb(122,30,235); }
H1.HeaderClassName
{
color: #7A1EEB;
}
.AnyTagClassName
{
color: #7A1EEB;
}
</style>
background-color css
<style>
a { background-color: #7A1EEB; }
a { background-color: rgb(122,30,235); }
div.DivClassName
{
background-color: #7A1EEB;
}
.BgClassName
{
background-color: #7A1EEB;
}
</style>
border-color css
<style>
span { border-color: #7A1EEB; }
span { border-color: rgb(122,30,235); }
td.TdClassName
{
border-color: #7A1EEB;
}
.TagClassName
{
border-color: #7A1EEB;
}
</style>