Shades of Blue Violet #7A35E6
Tints of Blue Violet #7A35E6
RGB
CMYK
RGB Variations
Color information
#7A35E6 (or 0x7A35E6) is known color: Blue Violet. HEX triplet: 7A, 35 and E6. RGB value is (122,53,230). Sum of RGB (Red+Green+Blue) = 122+53+230=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A35E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A35E6 is #85CA19. Grayscale: #5D5D5D. Windows color (decimal): -8768026 or 15086970. OLE color: 15086970.
HSL color Cylindrical-coordinate representation of color #7A35E6: hue angle of 263.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A35E6 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 53 | 230 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.10 |
| HSL | 263.39º | 0.78% | 0.55% | - |
| HSV(B) | 263.39º | 0.77% | 0.9% | - |
| XYZ | 23.58 | 12.4 | 76.01 | - |
| YUV | 93.81 | 204.86 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 230 | 0.47 | 0.77 | 0 | 0.10 | 263.39 | 0.78 | 0.55 |
| Hex | 7A | 35 | E6 | 2F | 4D | 0 | A | 107 | 4E | 37 |
| Octal | 172 | 65 | 346 | 57 | 115 | 0 | 12 | 407 | 116 | 67 |
| Binary | 1111010 | 110101 | 11100110 | 101111 | 1001101 | 0 | 1010 | 100000111 | 1001110 | 110111 |
Color Harmonies of #7A35E6
Complementary color
Monochromatic Colors of #7A35E6
Black with #7A35E6
Text Example
Text Example
White with #7A35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A35E6; }
p { color: rgb(122,53,230); }
H1.HeaderClassName
{
color: #7A35E6;
}
.AnyTagClassName
{
color: #7A35E6;
}
</style>
background-color css
<style>
a { background-color: #7A35E6; }
a { background-color: rgb(122,53,230); }
div.DivClassName
{
background-color: #7A35E6;
}
.BgClassName
{
background-color: #7A35E6;
}
</style>
border-color css
<style>
span { border-color: #7A35E6; }
span { border-color: rgb(122,53,230); }
td.TdClassName
{
border-color: #7A35E6;
}
.TagClassName
{
border-color: #7A35E6;
}
</style>