Shades of Blue Violet #7A37DA
Tints of Blue Violet #7A37DA
RGB
CMYK
RGB Variations
Color information
#7A37DA (or 0x7A37DA) is known color: Blue Violet. HEX triplet: 7A, 37 and DA. RGB value is (122,55,218). Sum of RGB (Red+Green+Blue) = 122+55+218=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A37DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A37DA is #85C825. Grayscale: #5D5D5D. Windows color (decimal): -8767526 or 14301050. OLE color: 14301050.
HSL color Cylindrical-coordinate representation of color #7A37DA: hue angle of 264.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A37DA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 55 | 218 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.15 |
| HSL | 264.66º | 0.69% | 0.54% | - |
| HSV(B) | 264.66º | 0.75% | 0.85% | - |
| XYZ | 22.05 | 11.93 | 67.47 | - |
| YUV | 93.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 218 | 0.44 | 0.75 | 0 | 0.15 | 264.66 | 0.69 | 0.54 |
| Hex | 7A | 37 | DA | 2C | 4B | 0 | F | 109 | 45 | 36 |
| Octal | 172 | 67 | 332 | 54 | 113 | 0 | 17 | 411 | 105 | 66 |
| Binary | 1111010 | 110111 | 11011010 | 101100 | 1001011 | 0 | 1111 | 100001001 | 1000101 | 110110 |
Color Harmonies of #7A37DA
Complementary color
Monochromatic Colors of #7A37DA
Black with #7A37DA
Text Example
Text Example
White with #7A37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A37DA; }
p { color: rgb(122,55,218); }
H1.HeaderClassName
{
color: #7A37DA;
}
.AnyTagClassName
{
color: #7A37DA;
}
</style>
background-color css
<style>
a { background-color: #7A37DA; }
a { background-color: rgb(122,55,218); }
div.DivClassName
{
background-color: #7A37DA;
}
.BgClassName
{
background-color: #7A37DA;
}
</style>
border-color css
<style>
span { border-color: #7A37DA; }
span { border-color: rgb(122,55,218); }
td.TdClassName
{
border-color: #7A37DA;
}
.TagClassName
{
border-color: #7A37DA;
}
</style>