Shades of Blue Violet #721ADE
Tints of Blue Violet #721ADE
RGB
CMYK
RGB Variations
Color information
#721ADE (or 0x721ADE) is known color: Blue Violet. HEX triplet: 72, 1A and DE. RGB value is (114,26,222). Sum of RGB (Red+Green+Blue) = 114+26+222=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #721ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ADE is #8DE521. Grayscale: #494949. Windows color (decimal): -9299234 or 14555762. OLE color: 14555762.
HSL color Cylindrical-coordinate representation of color #721ADE: hue angle of 266.94º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721ADE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 26 | 222 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.13 |
| HSL | 266.94º | 0.79% | 0.49% | - |
| HSV(B) | 266.94º | 0.88% | 0.87% | - |
| XYZ | 20.49 | 9.59 | 69.88 | - |
| YUV | 74.66 | 211.15 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 222 | 0.49 | 0.88 | 0 | 0.13 | 266.94 | 0.79 | 0.49 |
| Hex | 72 | 1A | DE | 31 | 58 | 0 | D | 10B | 4F | 31 |
| Octal | 162 | 32 | 336 | 61 | 130 | 0 | 15 | 413 | 117 | 61 |
| Binary | 1110010 | 11010 | 11011110 | 110001 | 1011000 | 0 | 1101 | 100001011 | 1001111 | 110001 |
Color Harmonies of #721ADE
Complementary color
Monochromatic Colors of #721ADE
Black with #721ADE
Text Example
Text Example
White with #721ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ADE; }
p { color: rgb(114,26,222); }
H1.HeaderClassName
{
color: #721ADE;
}
.AnyTagClassName
{
color: #721ADE;
}
</style>
background-color css
<style>
a { background-color: #721ADE; }
a { background-color: rgb(114,26,222); }
div.DivClassName
{
background-color: #721ADE;
}
.BgClassName
{
background-color: #721ADE;
}
</style>
border-color css
<style>
span { border-color: #721ADE; }
span { border-color: rgb(114,26,222); }
td.TdClassName
{
border-color: #721ADE;
}
.TagClassName
{
border-color: #721ADE;
}
</style>