Shades of Vivid Violet #73249A
Tints of Vivid Violet #73249A
RGB
CMYK
RGB Variations
Color information
#73249A (or 0x73249A) is known color: Vivid Violet. HEX triplet: 73, 24 and 9A. RGB value is (115,36,154). Sum of RGB (Red+Green+Blue) = 115+36+154=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #73249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73249A is #8CDB65. Grayscale: #484848. Windows color (decimal): -9231206 or 10101875. OLE color: 10101875.
HSL color Cylindrical-coordinate representation of color #73249A: hue angle of 280.17º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73249A is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 36 | 154 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.40 |
| HSL | 280.17º | 0.62% | 0.37% | - |
| HSV(B) | 280.17º | 0.77% | 0.6% | - |
| XYZ | 13.53 | 7.24 | 31.26 | - |
| YUV | 73.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 154 | 0.25 | 0.77 | 0 | 0.40 | 280.17 | 0.62 | 0.37 |
| Hex | 73 | 24 | 9A | 19 | 4D | 0 | 28 | 118 | 3E | 25 |
| Octal | 163 | 44 | 232 | 31 | 115 | 0 | 50 | 430 | 76 | 45 |
| Binary | 1110011 | 100100 | 10011010 | 11001 | 1001101 | 0 | 101000 | 100011000 | 111110 | 100101 |
Color Harmonies of #73249A
Complementary color
Monochromatic Colors of #73249A
Black with #73249A
Text Example
Text Example
White with #73249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73249A; }
p { color: rgb(115,36,154); }
H1.HeaderClassName
{
color: #73249A;
}
.AnyTagClassName
{
color: #73249A;
}
</style>
background-color css
<style>
a { background-color: #73249A; }
a { background-color: rgb(115,36,154); }
div.DivClassName
{
background-color: #73249A;
}
.BgClassName
{
background-color: #73249A;
}
</style>
border-color css
<style>
span { border-color: #73249A; }
span { border-color: rgb(115,36,154); }
td.TdClassName
{
border-color: #73249A;
}
.TagClassName
{
border-color: #73249A;
}
</style>