Shades of Dark Violet #7309BB
Tints of Dark Violet #7309BB
RGB
CMYK
RGB Variations
Color information
#7309BB (or 0x7309BB) is known color: Dark Violet. HEX triplet: 73, 09 and BB. RGB value is (115,9,187). Sum of RGB (Red+Green+Blue) = 115+9+187=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #7309BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309BB is #8CF644. Grayscale: #3C3C3C. Windows color (decimal): -9238085 or 12257651. OLE color: 12257651.
HSL color Cylindrical-coordinate representation of color #7309BB: hue angle of 275.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7309BB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 9 | 187 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.27 |
| HSL | 275.73º | 0.91% | 0.38% | - |
| HSV(B) | 275.73º | 0.95% | 0.73% | - |
| XYZ | 16.14 | 7.43 | 47.6 | - |
| YUV | 60.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 187 | 0.39 | 0.95 | 0 | 0.27 | 275.73 | 0.91 | 0.38 |
| Hex | 73 | 9 | BB | 27 | 5F | 0 | 1B | 114 | 5B | 26 |
| Octal | 163 | 11 | 273 | 47 | 137 | 0 | 33 | 424 | 133 | 46 |
| Binary | 1110011 | 1001 | 10111011 | 100111 | 1011111 | 0 | 11011 | 100010100 | 1011011 | 100110 |
Color Harmonies of #7309BB
Complementary color
Monochromatic Colors of #7309BB
Black with #7309BB
Text Example
Text Example
White with #7309BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7309BB; }
p { color: rgb(115,9,187); }
H1.HeaderClassName
{
color: #7309BB;
}
.AnyTagClassName
{
color: #7309BB;
}
</style>
background-color css
<style>
a { background-color: #7309BB; }
a { background-color: rgb(115,9,187); }
div.DivClassName
{
background-color: #7309BB;
}
.BgClassName
{
background-color: #7309BB;
}
</style>
border-color css
<style>
span { border-color: #7309BB; }
span { border-color: rgb(115,9,187); }
td.TdClassName
{
border-color: #7309BB;
}
.TagClassName
{
border-color: #7309BB;
}
</style>