Shades of Dark Violet #7300BB
Tints of Dark Violet #7300BB
RGB
CMYK
RGB Variations
Color information
#7300BB (or 0x7300BB) is known color: Dark Violet. HEX triplet: 73, 00 and BB. RGB value is (115,0,187). Sum of RGB (Red+Green+Blue) = 115+0+187=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #7300BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300BB is #8CFF44. Grayscale: #373737. Windows color (decimal): -9240389 or 12255347. OLE color: 12255347.
HSL color Cylindrical-coordinate representation of color #7300BB: hue angle of 276.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300BB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 0 | 187 | - |
| CMYK | 0.39 | 1 | 0 | 0.27 |
| HSL | 276.9º | 1% | 0.37% | - |
| HSV(B) | 276.9º | 1% | 0.73% | - |
| XYZ | 16.04 | 7.23 | 47.56 | - |
| YUV | 55.7 | 202.1 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 187 | 0.39 | 1 | 0 | 0.27 | 276.9 | 1 | 0.37 |
| Hex | 73 | 0 | BB | 27 | 64 | 0 | 1B | 115 | 64 | 25 |
| Octal | 163 | 0 | 273 | 47 | 144 | 0 | 33 | 425 | 144 | 45 |
| Binary | 1110011 | 0 | 10111011 | 100111 | 1100100 | 0 | 11011 | 100010101 | 1100100 | 100101 |
Color Harmonies of #7300BB
Complementary color
Monochromatic Colors of #7300BB
Black with #7300BB
Text Example
Text Example
White with #7300BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300BB; }
p { color: rgb(115,0,187); }
H1.HeaderClassName
{
color: #7300BB;
}
.AnyTagClassName
{
color: #7300BB;
}
</style>
background-color css
<style>
a { background-color: #7300BB; }
a { background-color: rgb(115,0,187); }
div.DivClassName
{
background-color: #7300BB;
}
.BgClassName
{
background-color: #7300BB;
}
</style>
border-color css
<style>
span { border-color: #7300BB; }
span { border-color: rgb(115,0,187); }
td.TdClassName
{
border-color: #7300BB;
}
.TagClassName
{
border-color: #7300BB;
}
</style>