Shades of Dark Violet #7308DB
Tints of Dark Violet #7308DB
RGB
CMYK
RGB Variations
Color information
#7308DB (or 0x7308DB) is known color: Dark Violet. HEX triplet: 73, 08 and DB. RGB value is (115,8,219). Sum of RGB (Red+Green+Blue) = 115+8+219=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #7308DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308DB is #8CF724. Grayscale: #3F3F3F. Windows color (decimal): -9238309 or 14354547. OLE color: 14354547.
HSL color Cylindrical-coordinate representation of color #7308DB: hue angle of 270.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7308DB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 8 | 219 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.14 |
| HSL | 270.43º | 0.93% | 0.45% | - |
| HSV(B) | 270.43º | 0.96% | 0.86% | - |
| XYZ | 19.94 | 8.93 | 67.69 | - |
| YUV | 64.05 | 215.45 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 219 | 0.47 | 0.96 | 0 | 0.14 | 270.43 | 0.93 | 0.45 |
| Hex | 73 | 8 | DB | 2F | 60 | 0 | E | 10E | 5D | 2D |
| Octal | 163 | 10 | 333 | 57 | 140 | 0 | 16 | 416 | 135 | 55 |
| Binary | 1110011 | 1000 | 11011011 | 101111 | 1100000 | 0 | 1110 | 100001110 | 1011101 | 101101 |
Color Harmonies of #7308DB
Complementary color
Monochromatic Colors of #7308DB
Black with #7308DB
Text Example
Text Example
White with #7308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7308DB; }
p { color: rgb(115,8,219); }
H1.HeaderClassName
{
color: #7308DB;
}
.AnyTagClassName
{
color: #7308DB;
}
</style>
background-color css
<style>
a { background-color: #7308DB; }
a { background-color: rgb(115,8,219); }
div.DivClassName
{
background-color: #7308DB;
}
.BgClassName
{
background-color: #7308DB;
}
</style>
border-color css
<style>
span { border-color: #7308DB; }
span { border-color: rgb(115,8,219); }
td.TdClassName
{
border-color: #7308DB;
}
.TagClassName
{
border-color: #7308DB;
}
</style>