Shades of Blue Violet #7A37D8
Tints of Blue Violet #7A37D8
RGB
CMYK
RGB Variations
Color information
#7A37D8 (or 0x7A37D8) is known color: Blue Violet. HEX triplet: 7A, 37 and D8. RGB value is (122,55,216). Sum of RGB (Red+Green+Blue) = 122+55+216=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #7A37D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A37D8 is #85C827. Grayscale: #5C5C5C. Windows color (decimal): -8767528 or 14169978. OLE color: 14169978.
HSL color Cylindrical-coordinate representation of color #7A37D8: hue angle of 264.97º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A37D8 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 55 | 216 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.15 |
| HSL | 264.97º | 0.67% | 0.53% | - |
| HSV(B) | 264.97º | 0.75% | 0.85% | - |
| XYZ | 21.79 | 11.83 | 66.1 | - |
| YUV | 93.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 216 | 0.44 | 0.75 | 0 | 0.15 | 264.97 | 0.67 | 0.53 |
| Hex | 7A | 37 | D8 | 2C | 4B | 0 | F | 109 | 43 | 35 |
| Octal | 172 | 67 | 330 | 54 | 113 | 0 | 17 | 411 | 103 | 65 |
| Binary | 1111010 | 110111 | 11011000 | 101100 | 1001011 | 0 | 1111 | 100001001 | 1000011 | 110101 |
Color Harmonies of #7A37D8
Complementary color
Monochromatic Colors of #7A37D8
Black with #7A37D8
Text Example
Text Example
White with #7A37D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A37D8; }
p { color: rgb(122,55,216); }
H1.HeaderClassName
{
color: #7A37D8;
}
.AnyTagClassName
{
color: #7A37D8;
}
</style>
background-color css
<style>
a { background-color: #7A37D8; }
a { background-color: rgb(122,55,216); }
div.DivClassName
{
background-color: #7A37D8;
}
.BgClassName
{
background-color: #7A37D8;
}
</style>
border-color css
<style>
span { border-color: #7A37D8; }
span { border-color: rgb(122,55,216); }
td.TdClassName
{
border-color: #7A37D8;
}
.TagClassName
{
border-color: #7A37D8;
}
</style>