Shades of Vivid Violet #73258B
Tints of Vivid Violet #73258B
RGB
CMYK
RGB Variations
Color information
#73258B (or 0x73258B) is known color: Vivid Violet. HEX triplet: 73, 25 and 8B. RGB value is (115,37,139). Sum of RGB (Red+Green+Blue) = 115+37+139=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #73258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73258B is #8CDA74. Grayscale: #474747. Windows color (decimal): -9230965 or 9119091. OLE color: 9119091.
HSL color Cylindrical-coordinate representation of color #73258B: hue angle of 285.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73258B is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 37 | 139 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.45 |
| HSL | 285.88º | 0.58% | 0.35% | - |
| HSV(B) | 285.88º | 0.73% | 0.55% | - |
| XYZ | 12.39 | 6.83 | 25.09 | - |
| YUV | 71.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 139 | 0.17 | 0.73 | 0 | 0.45 | 285.88 | 0.58 | 0.35 |
| Hex | 73 | 25 | 8B | 11 | 49 | 0 | 2D | 11E | 3A | 23 |
| Octal | 163 | 45 | 213 | 21 | 111 | 0 | 55 | 436 | 72 | 43 |
| Binary | 1110011 | 100101 | 10001011 | 10001 | 1001001 | 0 | 101101 | 100011110 | 111010 | 100011 |
Color Harmonies of #73258B
Complementary color
Monochromatic Colors of #73258B
Black with #73258B
Text Example
Text Example
White with #73258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73258B; }
p { color: rgb(115,37,139); }
H1.HeaderClassName
{
color: #73258B;
}
.AnyTagClassName
{
color: #73258B;
}
</style>
background-color css
<style>
a { background-color: #73258B; }
a { background-color: rgb(115,37,139); }
div.DivClassName
{
background-color: #73258B;
}
.BgClassName
{
background-color: #73258B;
}
</style>
border-color css
<style>
span { border-color: #73258B; }
span { border-color: rgb(115,37,139); }
td.TdClassName
{
border-color: #73258B;
}
.TagClassName
{
border-color: #73258B;
}
</style>