Shades of Blue Violet #7A36EF
Tints of Blue Violet #7A36EF
RGB
CMYK
RGB Variations
Color information
#7A36EF (or 0x7A36EF) is known color: Blue Violet. HEX triplet: 7A, 36 and EF. RGB value is (122,54,239). Sum of RGB (Red+Green+Blue) = 122+54+239=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A36EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A36EF is #85C910. Grayscale: #5E5E5E. Windows color (decimal): -8767761 or 15677050. OLE color: 15677050.
HSL color Cylindrical-coordinate representation of color #7A36EF: hue angle of 262.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A36EF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 54 | 239 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.06 |
| HSL | 262.05º | 0.85% | 0.57% | - |
| HSV(B) | 262.05º | 0.77% | 0.94% | - |
| XYZ | 24.93 | 13.01 | 82.86 | - |
| YUV | 95.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 239 | 0.49 | 0.77 | 0 | 0.06 | 262.05 | 0.85 | 0.57 |
| Hex | 7A | 36 | EF | 31 | 4D | 0 | 6 | 106 | 55 | 39 |
| Octal | 172 | 66 | 357 | 61 | 115 | 0 | 6 | 406 | 125 | 71 |
| Binary | 1111010 | 110110 | 11101111 | 110001 | 1001101 | 0 | 110 | 100000110 | 1010101 | 111001 |
Color Harmonies of #7A36EF
Complementary color
Monochromatic Colors of #7A36EF
Black with #7A36EF
Text Example
Text Example
White with #7A36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A36EF; }
p { color: rgb(122,54,239); }
H1.HeaderClassName
{
color: #7A36EF;
}
.AnyTagClassName
{
color: #7A36EF;
}
</style>
background-color css
<style>
a { background-color: #7A36EF; }
a { background-color: rgb(122,54,239); }
div.DivClassName
{
background-color: #7A36EF;
}
.BgClassName
{
background-color: #7A36EF;
}
</style>
border-color css
<style>
span { border-color: #7A36EF; }
span { border-color: rgb(122,54,239); }
td.TdClassName
{
border-color: #7A36EF;
}
.TagClassName
{
border-color: #7A36EF;
}
</style>