Shades of Blue Violet #7337DA
Tints of Blue Violet #7337DA
RGB
CMYK
RGB Variations
Color information
#7337DA (or 0x7337DA) is known color: Blue Violet. HEX triplet: 73, 37 and DA. RGB value is (115,55,218). Sum of RGB (Red+Green+Blue) = 115+55+218=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #7337DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337DA is #8CC825. Grayscale: #5A5A5A. Windows color (decimal): -9226278 or 14301043. OLE color: 14301043.
HSL color Cylindrical-coordinate representation of color #7337DA: hue angle of 262.09º 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 #7337DA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 55 | 218 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.15 |
| HSL | 262.09º | 0.69% | 0.54% | - |
| HSV(B) | 262.09º | 0.75% | 0.85% | - |
| XYZ | 21.09 | 11.44 | 67.43 | - |
| YUV | 91.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 218 | 0.47 | 0.75 | 0 | 0.15 | 262.09 | 0.69 | 0.54 |
| Hex | 73 | 37 | DA | 2F | 4B | 0 | F | 106 | 45 | 36 |
| Octal | 163 | 67 | 332 | 57 | 113 | 0 | 17 | 406 | 105 | 66 |
| Binary | 1110011 | 110111 | 11011010 | 101111 | 1001011 | 0 | 1111 | 100000110 | 1000101 | 110110 |
Color Harmonies of #7337DA
Complementary color
Monochromatic Colors of #7337DA
Black with #7337DA
Text Example
Text Example
White with #7337DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337DA; }
p { color: rgb(115,55,218); }
H1.HeaderClassName
{
color: #7337DA;
}
.AnyTagClassName
{
color: #7337DA;
}
</style>
background-color css
<style>
a { background-color: #7337DA; }
a { background-color: rgb(115,55,218); }
div.DivClassName
{
background-color: #7337DA;
}
.BgClassName
{
background-color: #7337DA;
}
</style>
border-color css
<style>
span { border-color: #7337DA; }
span { border-color: rgb(115,55,218); }
td.TdClassName
{
border-color: #7337DA;
}
.TagClassName
{
border-color: #7337DA;
}
</style>