Shades of Blue Violet #7A0FEA
Tints of Blue Violet #7A0FEA
RGB
CMYK
RGB Variations
Color information
#7A0FEA (or 0x7A0FEA) is known color: Blue Violet. HEX triplet: 7A, 0F and EA. RGB value is (122,15,234). Sum of RGB (Red+Green+Blue) = 122+15+234=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A0FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FEA is #85F015. Grayscale: #474747. Windows color (decimal): -8777750 or 15339386. OLE color: 15339386.
HSL color Cylindrical-coordinate representation of color #7A0FEA: hue angle of 269.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FEA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 15 | 234 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.08 |
| HSL | 269.32º | 0.88% | 0.49% | - |
| HSV(B) | 269.32º | 0.94% | 0.92% | - |
| XYZ | 23.05 | 10.42 | 78.64 | - |
| YUV | 71.96 | 219.45 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 234 | 0.48 | 0.94 | 0 | 0.08 | 269.32 | 0.88 | 0.49 |
| Hex | 7A | F | EA | 30 | 5E | 0 | 8 | 10D | 58 | 31 |
| Octal | 172 | 17 | 352 | 60 | 136 | 0 | 10 | 415 | 130 | 61 |
| Binary | 1111010 | 1111 | 11101010 | 110000 | 1011110 | 0 | 1000 | 100001101 | 1011000 | 110001 |
Color Harmonies of #7A0FEA
Complementary color
Monochromatic Colors of #7A0FEA
Black with #7A0FEA
Text Example
Text Example
White with #7A0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FEA; }
p { color: rgb(122,15,234); }
H1.HeaderClassName
{
color: #7A0FEA;
}
.AnyTagClassName
{
color: #7A0FEA;
}
</style>
background-color css
<style>
a { background-color: #7A0FEA; }
a { background-color: rgb(122,15,234); }
div.DivClassName
{
background-color: #7A0FEA;
}
.BgClassName
{
background-color: #7A0FEA;
}
</style>
border-color css
<style>
span { border-color: #7A0FEA; }
span { border-color: rgb(122,15,234); }
td.TdClassName
{
border-color: #7A0FEA;
}
.TagClassName
{
border-color: #7A0FEA;
}
</style>