Shades of Dark Violet #7300BC
Tints of Dark Violet #7300BC
RGB
CMYK
RGB Variations
Color information
#7300BC (or 0x7300BC) is known color: Dark Violet. HEX triplet: 73, 00 and BC. RGB value is (115,0,188). Sum of RGB (Red+Green+Blue) = 115+0+188=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #7300BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300BC is #8CFF43. Grayscale: #373737. Windows color (decimal): -9240388 or 12320883. OLE color: 12320883.
HSL color Cylindrical-coordinate representation of color #7300BC: hue angle of 276.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300BC is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 0 | 188 | - |
| CMYK | 0.39 | 1 | 0 | 0.26 |
| HSL | 276.7º | 1% | 0.37% | - |
| HSV(B) | 276.7º | 1% | 0.74% | - |
| XYZ | 16.15 | 7.28 | 48.13 | - |
| YUV | 55.82 | 202.6 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 188 | 0.39 | 1 | 0 | 0.26 | 276.7 | 1 | 0.37 |
| Hex | 73 | 0 | BC | 27 | 64 | 0 | 1A | 115 | 64 | 25 |
| Octal | 163 | 0 | 274 | 47 | 144 | 0 | 32 | 425 | 144 | 45 |
| Binary | 1110011 | 0 | 10111100 | 100111 | 1100100 | 0 | 11010 | 100010101 | 1100100 | 100101 |
Color Harmonies of #7300BC
Complementary color
Monochromatic Colors of #7300BC
Black with #7300BC
Text Example
Text Example
White with #7300BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300BC; }
p { color: rgb(115,0,188); }
H1.HeaderClassName
{
color: #7300BC;
}
.AnyTagClassName
{
color: #7300BC;
}
</style>
background-color css
<style>
a { background-color: #7300BC; }
a { background-color: rgb(115,0,188); }
div.DivClassName
{
background-color: #7300BC;
}
.BgClassName
{
background-color: #7300BC;
}
</style>
border-color css
<style>
span { border-color: #7300BC; }
span { border-color: rgb(115,0,188); }
td.TdClassName
{
border-color: #7300BC;
}
.TagClassName
{
border-color: #7300BC;
}
</style>