Shades of Blue Violet #7A1CEF
Tints of Blue Violet #7A1CEF
RGB
CMYK
RGB Variations
Color information
#7A1CEF (or 0x7A1CEF) is known color: Blue Violet. HEX triplet: 7A, 1C and EF. RGB value is (122,28,239). Sum of RGB (Red+Green+Blue) = 122+28+239=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1CEF is #85E310. Grayscale: #4F4F4F. Windows color (decimal): -8774417 or 15670394. OLE color: 15670394.
HSL color Cylindrical-coordinate representation of color #7A1CEF: hue angle of 266.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1CEF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 28 | 239 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.06 |
| HSL | 266.73º | 0.87% | 0.52% | - |
| HSV(B) | 266.73º | 0.88% | 0.94% | - |
| XYZ | 24.02 | 11.2 | 82.56 | - |
| YUV | 80.16 | 217.64 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 239 | 0.49 | 0.88 | 0 | 0.06 | 266.73 | 0.87 | 0.52 |
| Hex | 7A | 1C | EF | 31 | 58 | 0 | 6 | 10B | 57 | 34 |
| Octal | 172 | 34 | 357 | 61 | 130 | 0 | 6 | 413 | 127 | 64 |
| Binary | 1111010 | 11100 | 11101111 | 110001 | 1011000 | 0 | 110 | 100001011 | 1010111 | 110100 |
Color Harmonies of #7A1CEF
Complementary color
Monochromatic Colors of #7A1CEF
Black with #7A1CEF
Text Example
Text Example
White with #7A1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1CEF; }
p { color: rgb(122,28,239); }
H1.HeaderClassName
{
color: #7A1CEF;
}
.AnyTagClassName
{
color: #7A1CEF;
}
</style>
background-color css
<style>
a { background-color: #7A1CEF; }
a { background-color: rgb(122,28,239); }
div.DivClassName
{
background-color: #7A1CEF;
}
.BgClassName
{
background-color: #7A1CEF;
}
</style>
border-color css
<style>
span { border-color: #7A1CEF; }
span { border-color: rgb(122,28,239); }
td.TdClassName
{
border-color: #7A1CEF;
}
.TagClassName
{
border-color: #7A1CEF;
}
</style>