Shades of Blue Violet #7A30EA
Tints of Blue Violet #7A30EA
RGB
CMYK
RGB Variations
Color information
#7A30EA (or 0x7A30EA) is known color: Blue Violet. HEX triplet: 7A, 30 and EA. RGB value is (122,48,234). Sum of RGB (Red+Green+Blue) = 122+48+234=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A30EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A30EA is #85CF15. Grayscale: #5A5A5A. Windows color (decimal): -8769302 or 15347834. OLE color: 15347834.
HSL color Cylindrical-coordinate representation of color #7A30EA: hue angle of 263.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A30EA is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 48 | 234 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.08 |
| HSL | 263.87º | 0.82% | 0.55% | - |
| HSV(B) | 263.87º | 0.79% | 0.92% | - |
| XYZ | 23.93 | 12.19 | 78.93 | - |
| YUV | 91.33 | 208.52 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 234 | 0.48 | 0.79 | 0 | 0.08 | 263.87 | 0.82 | 0.55 |
| Hex | 7A | 30 | EA | 30 | 4F | 0 | 8 | 108 | 52 | 37 |
| Octal | 172 | 60 | 352 | 60 | 117 | 0 | 10 | 410 | 122 | 67 |
| Binary | 1111010 | 110000 | 11101010 | 110000 | 1001111 | 0 | 1000 | 100001000 | 1010010 | 110111 |
Color Harmonies of #7A30EA
Complementary color
Monochromatic Colors of #7A30EA
Black with #7A30EA
Text Example
Text Example
White with #7A30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A30EA; }
p { color: rgb(122,48,234); }
H1.HeaderClassName
{
color: #7A30EA;
}
.AnyTagClassName
{
color: #7A30EA;
}
</style>
background-color css
<style>
a { background-color: #7A30EA; }
a { background-color: rgb(122,48,234); }
div.DivClassName
{
background-color: #7A30EA;
}
.BgClassName
{
background-color: #7A30EA;
}
</style>
border-color css
<style>
span { border-color: #7A30EA; }
span { border-color: rgb(122,48,234); }
td.TdClassName
{
border-color: #7A30EA;
}
.TagClassName
{
border-color: #7A30EA;
}
</style>