Shades of Dark Violet #7205DB
Tints of Dark Violet #7205DB
RGB
CMYK
RGB Variations
Color information
#7205DB (or 0x7205DB) is known color: Dark Violet. HEX triplet: 72, 05 and DB. RGB value is (114,5,219). Sum of RGB (Red+Green+Blue) = 114+5+219=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #7205DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7205DB is #8DFA24. Grayscale: #3D3D3D. Windows color (decimal): -9304613 or 14353778. OLE color: 14353778.
HSL color Cylindrical-coordinate representation of color #7205DB: hue angle of 270.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7205DB is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 5 | 219 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.14 |
| HSL | 270.56º | 0.96% | 0.44% | - |
| HSV(B) | 270.56º | 0.98% | 0.86% | - |
| XYZ | 19.78 | 8.8 | 67.67 | - |
| YUV | 61.99 | 216.61 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 219 | 0.48 | 0.98 | 0 | 0.14 | 270.56 | 0.96 | 0.44 |
| Hex | 72 | 5 | DB | 30 | 62 | 0 | E | 10F | 60 | 2C |
| Octal | 162 | 5 | 333 | 60 | 142 | 0 | 16 | 417 | 140 | 54 |
| Binary | 1110010 | 101 | 11011011 | 110000 | 1100010 | 0 | 1110 | 100001111 | 1100000 | 101100 |
Color Harmonies of #7205DB
Complementary color
Monochromatic Colors of #7205DB
Black with #7205DB
Text Example
Text Example
White with #7205DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7205DB; }
p { color: rgb(114,5,219); }
H1.HeaderClassName
{
color: #7205DB;
}
.AnyTagClassName
{
color: #7205DB;
}
</style>
background-color css
<style>
a { background-color: #7205DB; }
a { background-color: rgb(114,5,219); }
div.DivClassName
{
background-color: #7205DB;
}
.BgClassName
{
background-color: #7205DB;
}
</style>
border-color css
<style>
span { border-color: #7205DB; }
span { border-color: rgb(114,5,219); }
td.TdClassName
{
border-color: #7205DB;
}
.TagClassName
{
border-color: #7205DB;
}
</style>