Shades of Dark Violet #7301BD
Tints of Dark Violet #7301BD
RGB
CMYK
RGB Variations
Color information
#7301BD (or 0x7301BD) is known color: Dark Violet. HEX triplet: 73, 01 and BD. RGB value is (115,1,189). Sum of RGB (Red+Green+Blue) = 115+1+189=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #7301BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301BD is #8CFE42. Grayscale: #373737. Windows color (decimal): -9240131 or 12386675. OLE color: 12386675.
HSL color Cylindrical-coordinate representation of color #7301BD: hue angle of 276.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301BD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 1 | 189 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.26 |
| HSL | 276.38º | 0.99% | 0.37% | - |
| HSV(B) | 276.38º | 0.99% | 0.74% | - |
| XYZ | 16.27 | 7.34 | 48.7 | - |
| YUV | 56.52 | 202.77 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 189 | 0.39 | 0.99 | 0 | 0.26 | 276.38 | 0.99 | 0.37 |
| Hex | 73 | 1 | BD | 27 | 63 | 0 | 1A | 114 | 63 | 25 |
| Octal | 163 | 1 | 275 | 47 | 143 | 0 | 32 | 424 | 143 | 45 |
| Binary | 1110011 | 1 | 10111101 | 100111 | 1100011 | 0 | 11010 | 100010100 | 1100011 | 100101 |
Color Harmonies of #7301BD
Complementary color
Monochromatic Colors of #7301BD
Black with #7301BD
Text Example
Text Example
White with #7301BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301BD; }
p { color: rgb(115,1,189); }
H1.HeaderClassName
{
color: #7301BD;
}
.AnyTagClassName
{
color: #7301BD;
}
</style>
background-color css
<style>
a { background-color: #7301BD; }
a { background-color: rgb(115,1,189); }
div.DivClassName
{
background-color: #7301BD;
}
.BgClassName
{
background-color: #7301BD;
}
</style>
border-color css
<style>
span { border-color: #7301BD; }
span { border-color: rgb(115,1,189); }
td.TdClassName
{
border-color: #7301BD;
}
.TagClassName
{
border-color: #7301BD;
}
</style>