Shades of Blue Violet #7322DD
Tints of Blue Violet #7322DD
RGB
CMYK
RGB Variations
Color information
#7322DD (or 0x7322DD) is known color: Blue Violet. HEX triplet: 73, 22 and DD. RGB value is (115,34,221). Sum of RGB (Red+Green+Blue) = 115+34+221=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #7322DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322DD is #8CDD22. Grayscale: #4E4E4E. Windows color (decimal): -9231651 or 14492275. OLE color: 14492275.
HSL color Cylindrical-coordinate representation of color #7322DD: hue angle of 265.99º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7322DD is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 34 | 221 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.13 |
| HSL | 265.99º | 0.73% | 0.5% | - |
| HSV(B) | 265.99º | 0.85% | 0.87% | - |
| XYZ | 20.69 | 10.01 | 69.25 | - |
| YUV | 79.54 | 207.84 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 221 | 0.48 | 0.85 | 0 | 0.13 | 265.99 | 0.73 | 0.5 |
| Hex | 73 | 22 | DD | 30 | 55 | 0 | D | 10A | 49 | 32 |
| Octal | 163 | 42 | 335 | 60 | 125 | 0 | 15 | 412 | 111 | 62 |
| Binary | 1110011 | 100010 | 11011101 | 110000 | 1010101 | 0 | 1101 | 100001010 | 1001001 | 110010 |
Color Harmonies of #7322DD
Complementary color
Monochromatic Colors of #7322DD
Black with #7322DD
Text Example
Text Example
White with #7322DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322DD; }
p { color: rgb(115,34,221); }
H1.HeaderClassName
{
color: #7322DD;
}
.AnyTagClassName
{
color: #7322DD;
}
</style>
background-color css
<style>
a { background-color: #7322DD; }
a { background-color: rgb(115,34,221); }
div.DivClassName
{
background-color: #7322DD;
}
.BgClassName
{
background-color: #7322DD;
}
</style>
border-color css
<style>
span { border-color: #7322DD; }
span { border-color: rgb(115,34,221); }
td.TdClassName
{
border-color: #7322DD;
}
.TagClassName
{
border-color: #7322DD;
}
</style>