Shades of Vivid Violet #73259A
Tints of Vivid Violet #73259A
RGB
CMYK
RGB Variations
Color information
#73259A (or 0x73259A) is known color: Vivid Violet. HEX triplet: 73, 25 and 9A. RGB value is (115,37,154). Sum of RGB (Red+Green+Blue) = 115+37+154=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #73259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73259A is #8CDA65. Grayscale: #494949. Windows color (decimal): -9230950 or 10102131. OLE color: 10102131.
HSL color Cylindrical-coordinate representation of color #73259A: hue angle of 280º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73259A is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 37 | 154 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.40 |
| HSL | 280º | 0.61% | 0.37% | - |
| HSV(B) | 280º | 0.76% | 0.6% | - |
| XYZ | 13.56 | 7.3 | 31.27 | - |
| YUV | 73.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 154 | 0.25 | 0.76 | 0 | 0.40 | 280 | 0.61 | 0.37 |
| Hex | 73 | 25 | 9A | 19 | 4C | 0 | 28 | 118 | 3D | 25 |
| Octal | 163 | 45 | 232 | 31 | 114 | 0 | 50 | 430 | 75 | 45 |
| Binary | 1110011 | 100101 | 10011010 | 11001 | 1001100 | 0 | 101000 | 100011000 | 111101 | 100101 |
Color Harmonies of #73259A
Complementary color
Monochromatic Colors of #73259A
Black with #73259A
Text Example
Text Example
White with #73259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73259A; }
p { color: rgb(115,37,154); }
H1.HeaderClassName
{
color: #73259A;
}
.AnyTagClassName
{
color: #73259A;
}
</style>
background-color css
<style>
a { background-color: #73259A; }
a { background-color: rgb(115,37,154); }
div.DivClassName
{
background-color: #73259A;
}
.BgClassName
{
background-color: #73259A;
}
</style>
border-color css
<style>
span { border-color: #73259A; }
span { border-color: rgb(115,37,154); }
td.TdClassName
{
border-color: #73259A;
}
.TagClassName
{
border-color: #73259A;
}
</style>