Shades of Blue Violet #7A1CEB
Tints of Blue Violet #7A1CEB
RGB
CMYK
RGB Variations
Color information
#7A1CEB (or 0x7A1CEB) is known color: Blue Violet. HEX triplet: 7A, 1C and EB. RGB value is (122,28,235). Sum of RGB (Red+Green+Blue) = 122+28+235=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A1CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1CEB is #85E314. Grayscale: #4E4E4E. Windows color (decimal): -8774421 or 15408250. OLE color: 15408250.
HSL color Cylindrical-coordinate representation of color #7A1CEB: hue angle of 267.25º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1CEB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 28 | 235 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.08 |
| HSL | 267.25º | 0.84% | 0.52% | - |
| HSV(B) | 267.25º | 0.88% | 0.92% | - |
| XYZ | 23.44 | 10.97 | 79.48 | - |
| YUV | 79.7 | 215.64 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 235 | 0.48 | 0.88 | 0 | 0.08 | 267.25 | 0.84 | 0.52 |
| Hex | 7A | 1C | EB | 30 | 58 | 0 | 8 | 10B | 54 | 34 |
| Octal | 172 | 34 | 353 | 60 | 130 | 0 | 10 | 413 | 124 | 64 |
| Binary | 1111010 | 11100 | 11101011 | 110000 | 1011000 | 0 | 1000 | 100001011 | 1010100 | 110100 |
Color Harmonies of #7A1CEB
Complementary color
Monochromatic Colors of #7A1CEB
Black with #7A1CEB
Text Example
Text Example
White with #7A1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1CEB; }
p { color: rgb(122,28,235); }
H1.HeaderClassName
{
color: #7A1CEB;
}
.AnyTagClassName
{
color: #7A1CEB;
}
</style>
background-color css
<style>
a { background-color: #7A1CEB; }
a { background-color: rgb(122,28,235); }
div.DivClassName
{
background-color: #7A1CEB;
}
.BgClassName
{
background-color: #7A1CEB;
}
</style>
border-color css
<style>
span { border-color: #7A1CEB; }
span { border-color: rgb(122,28,235); }
td.TdClassName
{
border-color: #7A1CEB;
}
.TagClassName
{
border-color: #7A1CEB;
}
</style>