Shades of Blue Violet #7220DA
Tints of Blue Violet #7220DA
RGB
CMYK
RGB Variations
Color information
#7220DA (or 0x7220DA) is known color: Blue Violet. HEX triplet: 72, 20 and DA. RGB value is (114,32,218). Sum of RGB (Red+Green+Blue) = 114+32+218=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #7220DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220DA is #8DDF25. Grayscale: #4D4D4D. Windows color (decimal): -9297702 or 14295154. OLE color: 14295154.
HSL color Cylindrical-coordinate representation of color #7220DA: hue angle of 266.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7220DA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 32 | 218 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.15 |
| HSL | 266.45º | 0.74% | 0.49% | - |
| HSV(B) | 266.45º | 0.85% | 0.85% | - |
| XYZ | 20.11 | 9.67 | 67.14 | - |
| YUV | 77.72 | 207.17 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 218 | 0.48 | 0.85 | 0 | 0.15 | 266.45 | 0.74 | 0.49 |
| Hex | 72 | 20 | DA | 30 | 55 | 0 | F | 10A | 4A | 31 |
| Octal | 162 | 40 | 332 | 60 | 125 | 0 | 17 | 412 | 112 | 61 |
| Binary | 1110010 | 100000 | 11011010 | 110000 | 1010101 | 0 | 1111 | 100001010 | 1001010 | 110001 |
Color Harmonies of #7220DA
Complementary color
Monochromatic Colors of #7220DA
Black with #7220DA
Text Example
Text Example
White with #7220DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7220DA; }
p { color: rgb(114,32,218); }
H1.HeaderClassName
{
color: #7220DA;
}
.AnyTagClassName
{
color: #7220DA;
}
</style>
background-color css
<style>
a { background-color: #7220DA; }
a { background-color: rgb(114,32,218); }
div.DivClassName
{
background-color: #7220DA;
}
.BgClassName
{
background-color: #7220DA;
}
</style>
border-color css
<style>
span { border-color: #7220DA; }
span { border-color: rgb(114,32,218); }
td.TdClassName
{
border-color: #7220DA;
}
.TagClassName
{
border-color: #7220DA;
}
</style>