Shades of Vivid Violet #73388B
Tints of Vivid Violet #73388B
RGB
CMYK
RGB Variations
Color information
#73388B (or 0x73388B) is known color: Vivid Violet. HEX triplet: 73, 38 and 8B. RGB value is (115,56,139). Sum of RGB (Red+Green+Blue) = 115+56+139=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #73388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73388B is #8CC774. Grayscale: #525252. Windows color (decimal): -9226101 or 9123955. OLE color: 9123955.
HSL color Cylindrical-coordinate representation of color #73388B: hue angle of 282.65º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73388B is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 56 | 139 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.45 |
| HSL | 282.65º | 0.43% | 0.38% | - |
| HSV(B) | 282.65º | 0.6% | 0.55% | - |
| XYZ | 13.14 | 8.34 | 25.34 | - |
| YUV | 83.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 139 | 0.17 | 0.60 | 0 | 0.45 | 282.65 | 0.43 | 0.38 |
| Hex | 73 | 38 | 8B | 11 | 3C | 0 | 2D | 11B | 2B | 26 |
| Octal | 163 | 70 | 213 | 21 | 74 | 0 | 55 | 433 | 53 | 46 |
| Binary | 1110011 | 111000 | 10001011 | 10001 | 111100 | 0 | 101101 | 100011011 | 101011 | 100110 |
Color Harmonies of #73388B
Complementary color
Monochromatic Colors of #73388B
Black with #73388B
Text Example
Text Example
White with #73388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73388B; }
p { color: rgb(115,56,139); }
H1.HeaderClassName
{
color: #73388B;
}
.AnyTagClassName
{
color: #73388B;
}
</style>
background-color css
<style>
a { background-color: #73388B; }
a { background-color: rgb(115,56,139); }
div.DivClassName
{
background-color: #73388B;
}
.BgClassName
{
background-color: #73388B;
}
</style>
border-color css
<style>
span { border-color: #73388B; }
span { border-color: rgb(115,56,139); }
td.TdClassName
{
border-color: #73388B;
}
.TagClassName
{
border-color: #73388B;
}
</style>