Shades of Blue Violet #7A3CED
Tints of Blue Violet #7A3CED
RGB
CMYK
RGB Variations
Color information
#7A3CED (or 0x7A3CED) is known color: Blue Violet. HEX triplet: 7A, 3C and ED. RGB value is (122,60,237). Sum of RGB (Red+Green+Blue) = 122+60+237=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A3CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3CED is #85C312. Grayscale: #626262. Windows color (decimal): -8766227 or 15547514. OLE color: 15547514.
HSL color Cylindrical-coordinate representation of color #7A3CED: hue angle of 261.02º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A3CED is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 60 | 237 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.07 |
| HSL | 261.02º | 0.83% | 0.58% | - |
| HSV(B) | 261.02º | 0.75% | 0.93% | - |
| XYZ | 24.93 | 13.48 | 81.41 | - |
| YUV | 98.72 | 206.04 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 237 | 0.49 | 0.75 | 0 | 0.07 | 261.02 | 0.83 | 0.58 |
| Hex | 7A | 3C | ED | 31 | 4B | 0 | 7 | 105 | 53 | 3A |
| Octal | 172 | 74 | 355 | 61 | 113 | 0 | 7 | 405 | 123 | 72 |
| Binary | 1111010 | 111100 | 11101101 | 110001 | 1001011 | 0 | 111 | 100000101 | 1010011 | 111010 |
Color Harmonies of #7A3CED
Complementary color
Monochromatic Colors of #7A3CED
Black with #7A3CED
Text Example
Text Example
White with #7A3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3CED; }
p { color: rgb(122,60,237); }
H1.HeaderClassName
{
color: #7A3CED;
}
.AnyTagClassName
{
color: #7A3CED;
}
</style>
background-color css
<style>
a { background-color: #7A3CED; }
a { background-color: rgb(122,60,237); }
div.DivClassName
{
background-color: #7A3CED;
}
.BgClassName
{
background-color: #7A3CED;
}
</style>
border-color css
<style>
span { border-color: #7A3CED; }
span { border-color: rgb(122,60,237); }
td.TdClassName
{
border-color: #7A3CED;
}
.TagClassName
{
border-color: #7A3CED;
}
</style>