Shades of Vivid Violet #73259E
Tints of Vivid Violet #73259E
RGB
CMYK
RGB Variations
Color information
#73259E (or 0x73259E) is known color: Vivid Violet. HEX triplet: 73, 25 and 9E. RGB value is (115,37,158). Sum of RGB (Red+Green+Blue) = 115+37+158=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #73259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73259E is #8CDA61. Grayscale: #494949. Windows color (decimal): -9230946 or 10364275. OLE color: 10364275.
HSL color Cylindrical-coordinate representation of color #73259E: hue angle of 278.68º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73259E is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 37 | 158 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.38 |
| HSL | 278.68º | 0.62% | 0.38% | - |
| HSV(B) | 278.68º | 0.77% | 0.62% | - |
| XYZ | 13.9 | 7.44 | 33.05 | - |
| YUV | 74.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 158 | 0.27 | 0.77 | 0 | 0.38 | 278.68 | 0.62 | 0.38 |
| Hex | 73 | 25 | 9E | 1B | 4D | 0 | 26 | 117 | 3E | 26 |
| Octal | 163 | 45 | 236 | 33 | 115 | 0 | 46 | 427 | 76 | 46 |
| Binary | 1110011 | 100101 | 10011110 | 11011 | 1001101 | 0 | 100110 | 100010111 | 111110 | 100110 |
Color Harmonies of #73259E
Complementary color
Monochromatic Colors of #73259E
Black with #73259E
Text Example
Text Example
White with #73259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73259E; }
p { color: rgb(115,37,158); }
H1.HeaderClassName
{
color: #73259E;
}
.AnyTagClassName
{
color: #73259E;
}
</style>
background-color css
<style>
a { background-color: #73259E; }
a { background-color: rgb(115,37,158); }
div.DivClassName
{
background-color: #73259E;
}
.BgClassName
{
background-color: #73259E;
}
</style>
border-color css
<style>
span { border-color: #73259E; }
span { border-color: rgb(115,37,158); }
td.TdClassName
{
border-color: #73259E;
}
.TagClassName
{
border-color: #73259E;
}
</style>