Shades of Blue Violet #7219DF
Tints of Blue Violet #7219DF
RGB
CMYK
RGB Variations
Color information
#7219DF (or 0x7219DF) is known color: Blue Violet. HEX triplet: 72, 19 and DF. RGB value is (114,25,223). Sum of RGB (Red+Green+Blue) = 114+25+223=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #7219DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219DF is #8DE620. Grayscale: #494949. Windows color (decimal): -9299489 or 14621042. OLE color: 14621042.
HSL color Cylindrical-coordinate representation of color #7219DF: hue angle of 266.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7219DF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 25 | 223 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.13 |
| HSL | 266.97º | 0.8% | 0.49% | - |
| HSV(B) | 266.97º | 0.89% | 0.87% | - |
| XYZ | 20.61 | 9.6 | 70.58 | - |
| YUV | 74.18 | 211.99 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 223 | 0.49 | 0.89 | 0 | 0.13 | 266.97 | 0.8 | 0.49 |
| Hex | 72 | 19 | DF | 31 | 59 | 0 | D | 10B | 50 | 31 |
| Octal | 162 | 31 | 337 | 61 | 131 | 0 | 15 | 413 | 120 | 61 |
| Binary | 1110010 | 11001 | 11011111 | 110001 | 1011001 | 0 | 1101 | 100001011 | 1010000 | 110001 |
Color Harmonies of #7219DF
Complementary color
Monochromatic Colors of #7219DF
Black with #7219DF
Text Example
Text Example
White with #7219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7219DF; }
p { color: rgb(114,25,223); }
H1.HeaderClassName
{
color: #7219DF;
}
.AnyTagClassName
{
color: #7219DF;
}
</style>
background-color css
<style>
a { background-color: #7219DF; }
a { background-color: rgb(114,25,223); }
div.DivClassName
{
background-color: #7219DF;
}
.BgClassName
{
background-color: #7219DF;
}
</style>
border-color css
<style>
span { border-color: #7219DF; }
span { border-color: rgb(114,25,223); }
td.TdClassName
{
border-color: #7219DF;
}
.TagClassName
{
border-color: #7219DF;
}
</style>