Shades of Dark Violet #7307DA
Tints of Dark Violet #7307DA
RGB
CMYK
RGB Variations
Color information
#7307DA (or 0x7307DA) is known color: Dark Violet. HEX triplet: 73, 07 and DA. RGB value is (115,7,218). Sum of RGB (Red+Green+Blue) = 115+7+218=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #7307DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307DA is #8CF825. Grayscale: #3E3E3E. Windows color (decimal): -9238566 or 14288755. OLE color: 14288755.
HSL color Cylindrical-coordinate representation of color #7307DA: hue angle of 270.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7307DA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 7 | 218 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.15 |
| HSL | 270.71º | 0.94% | 0.44% | - |
| HSV(B) | 270.71º | 0.97% | 0.85% | - |
| XYZ | 19.8 | 8.86 | 67 | - |
| YUV | 63.35 | 215.28 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 218 | 0.47 | 0.97 | 0 | 0.15 | 270.71 | 0.94 | 0.44 |
| Hex | 73 | 7 | DA | 2F | 61 | 0 | F | 10F | 5E | 2C |
| Octal | 163 | 7 | 332 | 57 | 141 | 0 | 17 | 417 | 136 | 54 |
| Binary | 1110011 | 111 | 11011010 | 101111 | 1100001 | 0 | 1111 | 100001111 | 1011110 | 101100 |
Color Harmonies of #7307DA
Complementary color
Monochromatic Colors of #7307DA
Black with #7307DA
Text Example
Text Example
White with #7307DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307DA; }
p { color: rgb(115,7,218); }
H1.HeaderClassName
{
color: #7307DA;
}
.AnyTagClassName
{
color: #7307DA;
}
</style>
background-color css
<style>
a { background-color: #7307DA; }
a { background-color: rgb(115,7,218); }
div.DivClassName
{
background-color: #7307DA;
}
.BgClassName
{
background-color: #7307DA;
}
</style>
border-color css
<style>
span { border-color: #7307DA; }
span { border-color: rgb(115,7,218); }
td.TdClassName
{
border-color: #7307DA;
}
.TagClassName
{
border-color: #7307DA;
}
</style>