Shades of Dark Violet #7301BA
Tints of Dark Violet #7301BA
RGB
CMYK
RGB Variations
Color information
#7301BA (or 0x7301BA) is known color: Dark Violet. HEX triplet: 73, 01 and BA. RGB value is (115,1,186). Sum of RGB (Red+Green+Blue) = 115+1+186=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #7301BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301BA is #8CFE45. Grayscale: #373737. Windows color (decimal): -9240134 or 12190067. OLE color: 12190067.
HSL color Cylindrical-coordinate representation of color #7301BA: hue angle of 276.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301BA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 1 | 186 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.27 |
| HSL | 276.97º | 0.99% | 0.37% | - |
| HSV(B) | 276.97º | 0.99% | 0.73% | - |
| XYZ | 15.94 | 7.21 | 47.01 | - |
| YUV | 56.18 | 201.27 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 186 | 0.38 | 0.99 | 0 | 0.27 | 276.97 | 0.99 | 0.37 |
| Hex | 73 | 1 | BA | 26 | 63 | 0 | 1B | 115 | 63 | 25 |
| Octal | 163 | 1 | 272 | 46 | 143 | 0 | 33 | 425 | 143 | 45 |
| Binary | 1110011 | 1 | 10111010 | 100110 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100101 |
Color Harmonies of #7301BA
Complementary color
Monochromatic Colors of #7301BA
Black with #7301BA
Text Example
Text Example
White with #7301BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301BA; }
p { color: rgb(115,1,186); }
H1.HeaderClassName
{
color: #7301BA;
}
.AnyTagClassName
{
color: #7301BA;
}
</style>
background-color css
<style>
a { background-color: #7301BA; }
a { background-color: rgb(115,1,186); }
div.DivClassName
{
background-color: #7301BA;
}
.BgClassName
{
background-color: #7301BA;
}
</style>
border-color css
<style>
span { border-color: #7301BA; }
span { border-color: rgb(115,1,186); }
td.TdClassName
{
border-color: #7301BA;
}
.TagClassName
{
border-color: #7301BA;
}
</style>