Shades of Dark Violet #7301B9
Tints of Dark Violet #7301B9
RGB
CMYK
RGB Variations
Color information
#7301B9 (or 0x7301B9) is known color: Dark Violet. HEX triplet: 73, 01 and B9. RGB value is (115,1,185). Sum of RGB (Red+Green+Blue) = 115+1+185=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #7301B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301B9 is #8CFE46. Grayscale: #373737. Windows color (decimal): -9240135 or 12124531. OLE color: 12124531.
HSL color Cylindrical-coordinate representation of color #7301B9: hue angle of 277.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301B9 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 1 | 185 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.27 |
| HSL | 277.17º | 0.99% | 0.36% | - |
| HSV(B) | 277.17º | 0.99% | 0.73% | - |
| XYZ | 15.84 | 7.17 | 46.45 | - |
| YUV | 56.06 | 200.77 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 185 | 0.38 | 0.99 | 0 | 0.27 | 277.17 | 0.99 | 0.36 |
| Hex | 73 | 1 | B9 | 26 | 63 | 0 | 1B | 115 | 63 | 24 |
| Octal | 163 | 1 | 271 | 46 | 143 | 0 | 33 | 425 | 143 | 44 |
| Binary | 1110011 | 1 | 10111001 | 100110 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100100 |
Color Harmonies of #7301B9
Complementary color
Monochromatic Colors of #7301B9
Black with #7301B9
Text Example
Text Example
White with #7301B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301B9; }
p { color: rgb(115,1,185); }
H1.HeaderClassName
{
color: #7301B9;
}
.AnyTagClassName
{
color: #7301B9;
}
</style>
background-color css
<style>
a { background-color: #7301B9; }
a { background-color: rgb(115,1,185); }
div.DivClassName
{
background-color: #7301B9;
}
.BgClassName
{
background-color: #7301B9;
}
</style>
border-color css
<style>
span { border-color: #7301B9; }
span { border-color: rgb(115,1,185); }
td.TdClassName
{
border-color: #7301B9;
}
.TagClassName
{
border-color: #7301B9;
}
</style>