Shades of Dark Violet #7306DB
Tints of Dark Violet #7306DB
RGB
CMYK
RGB Variations
Color information
#7306DB (or 0x7306DB) is known color: Dark Violet. HEX triplet: 73, 06 and DB. RGB value is (115,6,219). Sum of RGB (Red+Green+Blue) = 115+6+219=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #7306DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306DB is #8CF924. Grayscale: #3E3E3E. Windows color (decimal): -9238821 or 14354035. OLE color: 14354035.
HSL color Cylindrical-coordinate representation of color #7306DB: hue angle of 270.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306DB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 6 | 219 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.14 |
| HSL | 270.7º | 0.95% | 0.44% | - |
| HSV(B) | 270.7º | 0.97% | 0.86% | - |
| XYZ | 19.92 | 8.89 | 67.68 | - |
| YUV | 62.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 219 | 0.47 | 0.97 | 0 | 0.14 | 270.7 | 0.95 | 0.44 |
| Hex | 73 | 6 | DB | 2F | 61 | 0 | E | 10F | 5F | 2C |
| Octal | 163 | 6 | 333 | 57 | 141 | 0 | 16 | 417 | 137 | 54 |
| Binary | 1110011 | 110 | 11011011 | 101111 | 1100001 | 0 | 1110 | 100001111 | 1011111 | 101100 |
Color Harmonies of #7306DB
Complementary color
Monochromatic Colors of #7306DB
Black with #7306DB
Text Example
Text Example
White with #7306DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7306DB; }
p { color: rgb(115,6,219); }
H1.HeaderClassName
{
color: #7306DB;
}
.AnyTagClassName
{
color: #7306DB;
}
</style>
background-color css
<style>
a { background-color: #7306DB; }
a { background-color: rgb(115,6,219); }
div.DivClassName
{
background-color: #7306DB;
}
.BgClassName
{
background-color: #7306DB;
}
</style>
border-color css
<style>
span { border-color: #7306DB; }
span { border-color: rgb(115,6,219); }
td.TdClassName
{
border-color: #7306DB;
}
.TagClassName
{
border-color: #7306DB;
}
</style>