Shades of Vivid Violet #73259D
Tints of Vivid Violet #73259D
RGB
CMYK
RGB Variations
Color information
#73259D (or 0x73259D) is known color: Vivid Violet. HEX triplet: 73, 25 and 9D. RGB value is (115,37,157). Sum of RGB (Red+Green+Blue) = 115+37+157=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #73259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73259D is #8CDA62. Grayscale: #494949. Windows color (decimal): -9230947 or 10298739. OLE color: 10298739.
HSL color Cylindrical-coordinate representation of color #73259D: hue angle of 279º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73259D is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 37 | 157 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.38 |
| HSL | 279º | 0.62% | 0.38% | - |
| HSV(B) | 279º | 0.76% | 0.62% | - |
| XYZ | 13.82 | 7.4 | 32.6 | - |
| YUV | 74 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 157 | 0.27 | 0.76 | 0 | 0.38 | 279 | 0.62 | 0.38 |
| Hex | 73 | 25 | 9D | 1B | 4C | 0 | 26 | 117 | 3E | 26 |
| Octal | 163 | 45 | 235 | 33 | 114 | 0 | 46 | 427 | 76 | 46 |
| Binary | 1110011 | 100101 | 10011101 | 11011 | 1001100 | 0 | 100110 | 100010111 | 111110 | 100110 |
Color Harmonies of #73259D
Complementary color
Monochromatic Colors of #73259D
Black with #73259D
Text Example
Text Example
White with #73259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73259D; }
p { color: rgb(115,37,157); }
H1.HeaderClassName
{
color: #73259D;
}
.AnyTagClassName
{
color: #73259D;
}
</style>
background-color css
<style>
a { background-color: #73259D; }
a { background-color: rgb(115,37,157); }
div.DivClassName
{
background-color: #73259D;
}
.BgClassName
{
background-color: #73259D;
}
</style>
border-color css
<style>
span { border-color: #73259D; }
span { border-color: rgb(115,37,157); }
td.TdClassName
{
border-color: #73259D;
}
.TagClassName
{
border-color: #73259D;
}
</style>