Shades of Dark Violet #7301D0
Tints of Dark Violet #7301D0
RGB
CMYK
RGB Variations
Color information
#7301D0 (or 0x7301D0) is known color: Dark Violet. HEX triplet: 73, 01 and D0. RGB value is (115,1,208). Sum of RGB (Red+Green+Blue) = 115+1+208=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #7301D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301D0 is #8CFE2F. Grayscale: #393939. Windows color (decimal): -9240112 or 13631859. OLE color: 13631859.
HSL color Cylindrical-coordinate representation of color #7301D0: hue angle of 273.04º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301D0 is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 1 | 208 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.18 |
| HSL | 273.04º | 0.99% | 0.41% | - |
| HSV(B) | 273.04º | 1% | 0.82% | - |
| XYZ | 18.47 | 8.22 | 60.29 | - |
| YUV | 58.68 | 212.27 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 208 | 0.45 | 1.00 | 0 | 0.18 | 273.04 | 0.99 | 0.41 |
| Hex | 73 | 1 | D0 | 2D | 64 | 0 | 12 | 111 | 63 | 29 |
| Octal | 163 | 1 | 320 | 55 | 144 | 0 | 22 | 421 | 143 | 51 |
| Binary | 1110011 | 1 | 11010000 | 101101 | 1100100 | 0 | 10010 | 100010001 | 1100011 | 101001 |
Color Harmonies of #7301D0
Complementary color
Monochromatic Colors of #7301D0
Black with #7301D0
Text Example
Text Example
White with #7301D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301D0; }
p { color: rgb(115,1,208); }
H1.HeaderClassName
{
color: #7301D0;
}
.AnyTagClassName
{
color: #7301D0;
}
</style>
background-color css
<style>
a { background-color: #7301D0; }
a { background-color: rgb(115,1,208); }
div.DivClassName
{
background-color: #7301D0;
}
.BgClassName
{
background-color: #7301D0;
}
</style>
border-color css
<style>
span { border-color: #7301D0; }
span { border-color: rgb(115,1,208); }
td.TdClassName
{
border-color: #7301D0;
}
.TagClassName
{
border-color: #7301D0;
}
</style>