Shades of Dark Violet #7307DC
Tints of Dark Violet #7307DC
RGB
CMYK
RGB Variations
Color information
#7307DC (or 0x7307DC) is known color: Dark Violet. HEX triplet: 73, 07 and DC. RGB value is (115,7,220). Sum of RGB (Red+Green+Blue) = 115+7+220=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #7307DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307DC is #8CF823. Grayscale: #3E3E3E. Windows color (decimal): -9238564 or 14419827. OLE color: 14419827.
HSL color Cylindrical-coordinate representation of color #7307DC: hue angle of 270.42º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7307DC is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 7 | 220 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.14 |
| HSL | 270.42º | 0.94% | 0.45% | - |
| HSV(B) | 270.42º | 0.97% | 0.86% | - |
| XYZ | 20.06 | 8.96 | 68.38 | - |
| YUV | 63.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 220 | 0.48 | 0.97 | 0 | 0.14 | 270.42 | 0.94 | 0.45 |
| Hex | 73 | 7 | DC | 30 | 61 | 0 | E | 10E | 5E | 2D |
| Octal | 163 | 7 | 334 | 60 | 141 | 0 | 16 | 416 | 136 | 55 |
| Binary | 1110011 | 111 | 11011100 | 110000 | 1100001 | 0 | 1110 | 100001110 | 1011110 | 101101 |
Color Harmonies of #7307DC
Complementary color
Monochromatic Colors of #7307DC
Black with #7307DC
Text Example
Text Example
White with #7307DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307DC; }
p { color: rgb(115,7,220); }
H1.HeaderClassName
{
color: #7307DC;
}
.AnyTagClassName
{
color: #7307DC;
}
</style>
background-color css
<style>
a { background-color: #7307DC; }
a { background-color: rgb(115,7,220); }
div.DivClassName
{
background-color: #7307DC;
}
.BgClassName
{
background-color: #7307DC;
}
</style>
border-color css
<style>
span { border-color: #7307DC; }
span { border-color: rgb(115,7,220); }
td.TdClassName
{
border-color: #7307DC;
}
.TagClassName
{
border-color: #7307DC;
}
</style>