Shades of Dark Violet #7307BA
Tints of Dark Violet #7307BA
RGB
CMYK
RGB Variations
Color information
#7307BA (or 0x7307BA) is known color: Dark Violet. HEX triplet: 73, 07 and BA. RGB value is (115,7,186). Sum of RGB (Red+Green+Blue) = 115+7+186=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #7307BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307BA is #8CF845. Grayscale: #3B3B3B. Windows color (decimal): -9238598 or 12191603. OLE color: 12191603.
HSL color Cylindrical-coordinate representation of color #7307BA: hue angle of 276.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7307BA is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 7 | 186 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.27 |
| HSL | 276.2º | 0.93% | 0.38% | - |
| HSV(B) | 276.2º | 0.96% | 0.73% | - |
| XYZ | 16.01 | 7.34 | 47.03 | - |
| YUV | 59.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 186 | 0.38 | 0.96 | 0 | 0.27 | 276.2 | 0.93 | 0.38 |
| Hex | 73 | 7 | BA | 26 | 60 | 0 | 1B | 114 | 5D | 26 |
| Octal | 163 | 7 | 272 | 46 | 140 | 0 | 33 | 424 | 135 | 46 |
| Binary | 1110011 | 111 | 10111010 | 100110 | 1100000 | 0 | 11011 | 100010100 | 1011101 | 100110 |
Color Harmonies of #7307BA
Complementary color
Monochromatic Colors of #7307BA
Black with #7307BA
Text Example
Text Example
White with #7307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307BA; }
p { color: rgb(115,7,186); }
H1.HeaderClassName
{
color: #7307BA;
}
.AnyTagClassName
{
color: #7307BA;
}
</style>
background-color css
<style>
a { background-color: #7307BA; }
a { background-color: rgb(115,7,186); }
div.DivClassName
{
background-color: #7307BA;
}
.BgClassName
{
background-color: #7307BA;
}
</style>
border-color css
<style>
span { border-color: #7307BA; }
span { border-color: rgb(115,7,186); }
td.TdClassName
{
border-color: #7307BA;
}
.TagClassName
{
border-color: #7307BA;
}
</style>