Shades of Blue Violet #7217DB
Tints of Blue Violet #7217DB
RGB
CMYK
RGB Variations
Color information
#7217DB (or 0x7217DB) is known color: Blue Violet. HEX triplet: 72, 17 and DB. RGB value is (114,23,219). Sum of RGB (Red+Green+Blue) = 114+23+219=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #7217DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217DB is #8DE824. Grayscale: #474747. Windows color (decimal): -9300005 or 14358386. OLE color: 14358386.
HSL color Cylindrical-coordinate representation of color #7217DB: hue angle of 267.86º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7217DB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 23 | 219 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.14 |
| HSL | 267.86º | 0.81% | 0.47% | - |
| HSV(B) | 267.86º | 0.89% | 0.86% | - |
| XYZ | 20.03 | 9.3 | 67.76 | - |
| YUV | 72.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 219 | 0.48 | 0.89 | 0 | 0.14 | 267.86 | 0.81 | 0.47 |
| Hex | 72 | 17 | DB | 30 | 59 | 0 | E | 10C | 51 | 2F |
| Octal | 162 | 27 | 333 | 60 | 131 | 0 | 16 | 414 | 121 | 57 |
| Binary | 1110010 | 10111 | 11011011 | 110000 | 1011001 | 0 | 1110 | 100001100 | 1010001 | 101111 |
Color Harmonies of #7217DB
Complementary color
Monochromatic Colors of #7217DB
Black with #7217DB
Text Example
Text Example
White with #7217DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7217DB; }
p { color: rgb(114,23,219); }
H1.HeaderClassName
{
color: #7217DB;
}
.AnyTagClassName
{
color: #7217DB;
}
</style>
background-color css
<style>
a { background-color: #7217DB; }
a { background-color: rgb(114,23,219); }
div.DivClassName
{
background-color: #7217DB;
}
.BgClassName
{
background-color: #7217DB;
}
</style>
border-color css
<style>
span { border-color: #7217DB; }
span { border-color: rgb(114,23,219); }
td.TdClassName
{
border-color: #7217DB;
}
.TagClassName
{
border-color: #7217DB;
}
</style>