Shades of Blue Violet #7213DA
Tints of Blue Violet #7213DA
RGB
CMYK
RGB Variations
Color information
#7213DA (or 0x7213DA) is known color: Blue Violet. HEX triplet: 72, 13 and DA. RGB value is (114,19,218). Sum of RGB (Red+Green+Blue) = 114+19+218=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #7213DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213DA is #8DEC25. Grayscale: #454545. Windows color (decimal): -9301030 or 14291826. OLE color: 14291826.
HSL color Cylindrical-coordinate representation of color #7213DA: hue angle of 268.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7213DA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 19 | 218 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.15 |
| HSL | 268.64º | 0.84% | 0.46% | - |
| HSV(B) | 268.64º | 0.91% | 0.85% | - |
| XYZ | 19.83 | 9.11 | 67.04 | - |
| YUV | 70.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 218 | 0.48 | 0.91 | 0 | 0.15 | 268.64 | 0.84 | 0.46 |
| Hex | 72 | 13 | DA | 30 | 5B | 0 | F | 10D | 54 | 2E |
| Octal | 162 | 23 | 332 | 60 | 133 | 0 | 17 | 415 | 124 | 56 |
| Binary | 1110010 | 10011 | 11011010 | 110000 | 1011011 | 0 | 1111 | 100001101 | 1010100 | 101110 |
Color Harmonies of #7213DA
Complementary color
Monochromatic Colors of #7213DA
Black with #7213DA
Text Example
Text Example
White with #7213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7213DA; }
p { color: rgb(114,19,218); }
H1.HeaderClassName
{
color: #7213DA;
}
.AnyTagClassName
{
color: #7213DA;
}
</style>
background-color css
<style>
a { background-color: #7213DA; }
a { background-color: rgb(114,19,218); }
div.DivClassName
{
background-color: #7213DA;
}
.BgClassName
{
background-color: #7213DA;
}
</style>
border-color css
<style>
span { border-color: #7213DA; }
span { border-color: rgb(114,19,218); }
td.TdClassName
{
border-color: #7213DA;
}
.TagClassName
{
border-color: #7213DA;
}
</style>