Shades of Blue Violet #7214DA
Tints of Blue Violet #7214DA
RGB
CMYK
RGB Variations
Color information
#7214DA (or 0x7214DA) is known color: Blue Violet. HEX triplet: 72, 14 and DA. RGB value is (114,20,218). Sum of RGB (Red+Green+Blue) = 114+20+218=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #7214DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214DA is #8DEB25. Grayscale: #454545. Windows color (decimal): -9300774 or 14292082. OLE color: 14292082.
HSL color Cylindrical-coordinate representation of color #7214DA: hue angle of 268.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7214DA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 20 | 218 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.15 |
| HSL | 268.48º | 0.83% | 0.47% | - |
| HSV(B) | 268.48º | 0.91% | 0.85% | - |
| XYZ | 19.84 | 9.14 | 67.05 | - |
| YUV | 70.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 218 | 0.48 | 0.91 | 0 | 0.15 | 268.48 | 0.83 | 0.47 |
| Hex | 72 | 14 | DA | 30 | 5B | 0 | F | 10C | 53 | 2F |
| Octal | 162 | 24 | 332 | 60 | 133 | 0 | 17 | 414 | 123 | 57 |
| Binary | 1110010 | 10100 | 11011010 | 110000 | 1011011 | 0 | 1111 | 100001100 | 1010011 | 101111 |
Color Harmonies of #7214DA
Complementary color
Monochromatic Colors of #7214DA
Black with #7214DA
Text Example
Text Example
White with #7214DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7214DA; }
p { color: rgb(114,20,218); }
H1.HeaderClassName
{
color: #7214DA;
}
.AnyTagClassName
{
color: #7214DA;
}
</style>
background-color css
<style>
a { background-color: #7214DA; }
a { background-color: rgb(114,20,218); }
div.DivClassName
{
background-color: #7214DA;
}
.BgClassName
{
background-color: #7214DA;
}
</style>
border-color css
<style>
span { border-color: #7214DA; }
span { border-color: rgb(114,20,218); }
td.TdClassName
{
border-color: #7214DA;
}
.TagClassName
{
border-color: #7214DA;
}
</style>