Shades of Dark Violet #7306BB
Tints of Dark Violet #7306BB
RGB
CMYK
RGB Variations
Color information
#7306BB (or 0x7306BB) is known color: Dark Violet. HEX triplet: 73, 06 and BB. RGB value is (115,6,187). Sum of RGB (Red+Green+Blue) = 115+6+187=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #7306BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7306BB is #8CF944. Grayscale: #3A3A3A. Windows color (decimal): -9238853 or 12256883. OLE color: 12256883.
HSL color Cylindrical-coordinate representation of color #7306BB: hue angle of 276.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7306BB is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 6 | 187 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.27 |
| HSL | 276.13º | 0.94% | 0.38% | - |
| HSV(B) | 276.13º | 0.97% | 0.73% | - |
| XYZ | 16.11 | 7.36 | 47.59 | - |
| YUV | 59.23 | 200.11 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 187 | 0.39 | 0.97 | 0 | 0.27 | 276.13 | 0.94 | 0.38 |
| Hex | 73 | 6 | BB | 27 | 61 | 0 | 1B | 114 | 5E | 26 |
| Octal | 163 | 6 | 273 | 47 | 141 | 0 | 33 | 424 | 136 | 46 |
| Binary | 1110011 | 110 | 10111011 | 100111 | 1100001 | 0 | 11011 | 100010100 | 1011110 | 100110 |
Color Harmonies of #7306BB
Complementary color
Monochromatic Colors of #7306BB
Black with #7306BB
Text Example
Text Example
White with #7306BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7306BB; }
p { color: rgb(115,6,187); }
H1.HeaderClassName
{
color: #7306BB;
}
.AnyTagClassName
{
color: #7306BB;
}
</style>
background-color css
<style>
a { background-color: #7306BB; }
a { background-color: rgb(115,6,187); }
div.DivClassName
{
background-color: #7306BB;
}
.BgClassName
{
background-color: #7306BB;
}
</style>
border-color css
<style>
span { border-color: #7306BB; }
span { border-color: rgb(115,6,187); }
td.TdClassName
{
border-color: #7306BB;
}
.TagClassName
{
border-color: #7306BB;
}
</style>