Shades of Blue Violet #722ADF
Tints of Blue Violet #722ADF
RGB
CMYK
RGB Variations
Color information
#722ADF (or 0x722ADF) is known color: Blue Violet. HEX triplet: 72, 2A and DF. RGB value is (114,42,223). Sum of RGB (Red+Green+Blue) = 114+42+223=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #722ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ADF is #8DD520. Grayscale: #535353. Windows color (decimal): -9295137 or 14625394. OLE color: 14625394.
HSL color Cylindrical-coordinate representation of color #722ADF: hue angle of 263.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722ADF is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 42 | 223 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.13 |
| HSL | 263.87º | 0.74% | 0.52% | - |
| HSV(B) | 263.87º | 0.81% | 0.87% | - |
| XYZ | 21.09 | 10.56 | 70.74 | - |
| YUV | 84.16 | 206.35 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 223 | 0.49 | 0.81 | 0 | 0.13 | 263.87 | 0.74 | 0.52 |
| Hex | 72 | 2A | DF | 31 | 51 | 0 | D | 108 | 4A | 34 |
| Octal | 162 | 52 | 337 | 61 | 121 | 0 | 15 | 410 | 112 | 64 |
| Binary | 1110010 | 101010 | 11011111 | 110001 | 1010001 | 0 | 1101 | 100001000 | 1001010 | 110100 |
Color Harmonies of #722ADF
Complementary color
Monochromatic Colors of #722ADF
Black with #722ADF
Text Example
Text Example
White with #722ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722ADF; }
p { color: rgb(114,42,223); }
H1.HeaderClassName
{
color: #722ADF;
}
.AnyTagClassName
{
color: #722ADF;
}
</style>
background-color css
<style>
a { background-color: #722ADF; }
a { background-color: rgb(114,42,223); }
div.DivClassName
{
background-color: #722ADF;
}
.BgClassName
{
background-color: #722ADF;
}
</style>
border-color css
<style>
span { border-color: #722ADF; }
span { border-color: rgb(114,42,223); }
td.TdClassName
{
border-color: #722ADF;
}
.TagClassName
{
border-color: #722ADF;
}
</style>