Shades of Blue Violet #7322DC
Tints of Blue Violet #7322DC
RGB
CMYK
RGB Variations
Color information
#7322DC (or 0x7322DC) is known color: Blue Violet. HEX triplet: 73, 22 and DC. RGB value is (115,34,220). Sum of RGB (Red+Green+Blue) = 115+34+220=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #7322DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322DC is #8CDD23. Grayscale: #4E4E4E. Windows color (decimal): -9231652 or 14426739. OLE color: 14426739.
HSL color Cylindrical-coordinate representation of color #7322DC: hue angle of 266.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7322DC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 34 | 220 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.14 |
| HSL | 266.13º | 0.73% | 0.5% | - |
| HSV(B) | 266.13º | 0.85% | 0.86% | - |
| XYZ | 20.56 | 9.96 | 68.55 | - |
| YUV | 79.42 | 207.34 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 220 | 0.48 | 0.85 | 0 | 0.14 | 266.13 | 0.73 | 0.5 |
| Hex | 73 | 22 | DC | 30 | 55 | 0 | E | 10A | 49 | 32 |
| Octal | 163 | 42 | 334 | 60 | 125 | 0 | 16 | 412 | 111 | 62 |
| Binary | 1110011 | 100010 | 11011100 | 110000 | 1010101 | 0 | 1110 | 100001010 | 1001001 | 110010 |
Color Harmonies of #7322DC
Complementary color
Monochromatic Colors of #7322DC
Black with #7322DC
Text Example
Text Example
White with #7322DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322DC; }
p { color: rgb(115,34,220); }
H1.HeaderClassName
{
color: #7322DC;
}
.AnyTagClassName
{
color: #7322DC;
}
</style>
background-color css
<style>
a { background-color: #7322DC; }
a { background-color: rgb(115,34,220); }
div.DivClassName
{
background-color: #7322DC;
}
.BgClassName
{
background-color: #7322DC;
}
</style>
border-color css
<style>
span { border-color: #7322DC; }
span { border-color: rgb(115,34,220); }
td.TdClassName
{
border-color: #7322DC;
}
.TagClassName
{
border-color: #7322DC;
}
</style>