Shades of Blue Violet #722ADC
Tints of Blue Violet #722ADC
RGB
CMYK
RGB Variations
Color information
#722ADC (or 0x722ADC) is known color: Blue Violet. HEX triplet: 72, 2A and DC. RGB value is (114,42,220). Sum of RGB (Red+Green+Blue) = 114+42+220=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #722ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ADC is #8DD523. Grayscale: #535353. Windows color (decimal): -9295140 or 14428786. OLE color: 14428786.
HSL color Cylindrical-coordinate representation of color #722ADC: hue angle of 264.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722ADC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 42 | 220 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.14 |
| HSL | 264.27º | 0.72% | 0.51% | - |
| HSV(B) | 264.27º | 0.81% | 0.86% | - |
| XYZ | 20.69 | 10.4 | 68.63 | - |
| YUV | 83.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 220 | 0.48 | 0.81 | 0 | 0.14 | 264.27 | 0.72 | 0.51 |
| Hex | 72 | 2A | DC | 30 | 51 | 0 | E | 108 | 48 | 33 |
| Octal | 162 | 52 | 334 | 60 | 121 | 0 | 16 | 410 | 110 | 63 |
| Binary | 1110010 | 101010 | 11011100 | 110000 | 1010001 | 0 | 1110 | 100001000 | 1001000 | 110011 |
Color Harmonies of #722ADC
Complementary color
Monochromatic Colors of #722ADC
Black with #722ADC
Text Example
Text Example
White with #722ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722ADC; }
p { color: rgb(114,42,220); }
H1.HeaderClassName
{
color: #722ADC;
}
.AnyTagClassName
{
color: #722ADC;
}
</style>
background-color css
<style>
a { background-color: #722ADC; }
a { background-color: rgb(114,42,220); }
div.DivClassName
{
background-color: #722ADC;
}
.BgClassName
{
background-color: #722ADC;
}
</style>
border-color css
<style>
span { border-color: #722ADC; }
span { border-color: rgb(114,42,220); }
td.TdClassName
{
border-color: #722ADC;
}
.TagClassName
{
border-color: #722ADC;
}
</style>