Shades of Dark Violet #7305BD
Tints of Dark Violet #7305BD
RGB
CMYK
RGB Variations
Color information
#7305BD (or 0x7305BD) is known color: Dark Violet. HEX triplet: 73, 05 and BD. RGB value is (115,5,189). Sum of RGB (Red+Green+Blue) = 115+5+189=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #7305BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305BD is #8CFA42. Grayscale: #3A3A3A. Windows color (decimal): -9239107 or 12387699. OLE color: 12387699.
HSL color Cylindrical-coordinate representation of color #7305BD: hue angle of 275.87º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7305BD is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 5 | 189 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.26 |
| HSL | 275.87º | 0.95% | 0.38% | - |
| HSV(B) | 275.87º | 0.97% | 0.74% | - |
| XYZ | 16.31 | 7.43 | 48.72 | - |
| YUV | 58.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 189 | 0.39 | 0.97 | 0 | 0.26 | 275.87 | 0.95 | 0.38 |
| Hex | 73 | 5 | BD | 27 | 61 | 0 | 1A | 114 | 5F | 26 |
| Octal | 163 | 5 | 275 | 47 | 141 | 0 | 32 | 424 | 137 | 46 |
| Binary | 1110011 | 101 | 10111101 | 100111 | 1100001 | 0 | 11010 | 100010100 | 1011111 | 100110 |
Color Harmonies of #7305BD
Complementary color
Monochromatic Colors of #7305BD
Black with #7305BD
Text Example
Text Example
White with #7305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7305BD; }
p { color: rgb(115,5,189); }
H1.HeaderClassName
{
color: #7305BD;
}
.AnyTagClassName
{
color: #7305BD;
}
</style>
background-color css
<style>
a { background-color: #7305BD; }
a { background-color: rgb(115,5,189); }
div.DivClassName
{
background-color: #7305BD;
}
.BgClassName
{
background-color: #7305BD;
}
</style>
border-color css
<style>
span { border-color: #7305BD; }
span { border-color: rgb(115,5,189); }
td.TdClassName
{
border-color: #7305BD;
}
.TagClassName
{
border-color: #7305BD;
}
</style>