Shades of Dark Violet #7301B6
Tints of Dark Violet #7301B6
RGB
CMYK
RGB Variations
Color information
#7301B6 (or 0x7301B6) is known color: Dark Violet. HEX triplet: 73, 01 and B6. RGB value is (115,1,182). Sum of RGB (Red+Green+Blue) = 115+1+182=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 182 (71.48% from 255 or 61.07% from 298); Max value from RGB is 182 - color contains mainly: blue. Hex color #7301B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301B6 is #8CFE49. Grayscale: #373737. Windows color (decimal): -9240138 or 11927923. OLE color: 11927923.
HSL color Cylindrical-coordinate representation of color #7301B6: hue angle of 277.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301B6 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 1 | 182 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.29 |
| HSL | 277.79º | 0.99% | 0.36% | - |
| HSV(B) | 277.79º | 0.99% | 0.71% | - |
| XYZ | 15.52 | 7.04 | 44.8 | - |
| YUV | 55.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 182 | 0.37 | 0.99 | 0 | 0.29 | 277.79 | 0.99 | 0.36 |
| Hex | 73 | 1 | B6 | 25 | 63 | 0 | 1D | 116 | 63 | 24 |
| Octal | 163 | 1 | 266 | 45 | 143 | 0 | 35 | 426 | 143 | 44 |
| Binary | 1110011 | 1 | 10110110 | 100101 | 1100011 | 0 | 11101 | 100010110 | 1100011 | 100100 |
Color Harmonies of #7301B6
Complementary color
Monochromatic Colors of #7301B6
Black with #7301B6
Text Example
Text Example
White with #7301B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301B6; }
p { color: rgb(115,1,182); }
H1.HeaderClassName
{
color: #7301B6;
}
.AnyTagClassName
{
color: #7301B6;
}
</style>
background-color css
<style>
a { background-color: #7301B6; }
a { background-color: rgb(115,1,182); }
div.DivClassName
{
background-color: #7301B6;
}
.BgClassName
{
background-color: #7301B6;
}
</style>
border-color css
<style>
span { border-color: #7301B6; }
span { border-color: rgb(115,1,182); }
td.TdClassName
{
border-color: #7301B6;
}
.TagClassName
{
border-color: #7301B6;
}
</style>