Shades of Vivid Violet #73239C
Tints of Vivid Violet #73239C
RGB
CMYK
RGB Variations
Color information
#73239C (or 0x73239C) is known color: Vivid Violet. HEX triplet: 73, 23 and 9C. RGB value is (115,35,156). Sum of RGB (Red+Green+Blue) = 115+35+156=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #73239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73239C is #8CDC63. Grayscale: #484848. Windows color (decimal): -9231460 or 10232691. OLE color: 10232691.
HSL color Cylindrical-coordinate representation of color #73239C: hue angle of 279.67º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73239C is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 35 | 156 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.39 |
| HSL | 279.67º | 0.63% | 0.37% | - |
| HSV(B) | 279.67º | 0.78% | 0.61% | - |
| XYZ | 13.67 | 7.25 | 32.13 | - |
| YUV | 72.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 156 | 0.26 | 0.78 | 0 | 0.39 | 279.67 | 0.63 | 0.37 |
| Hex | 73 | 23 | 9C | 1A | 4E | 0 | 27 | 118 | 3F | 25 |
| Octal | 163 | 43 | 234 | 32 | 116 | 0 | 47 | 430 | 77 | 45 |
| Binary | 1110011 | 100011 | 10011100 | 11010 | 1001110 | 0 | 100111 | 100011000 | 111111 | 100101 |
Color Harmonies of #73239C
Complementary color
Monochromatic Colors of #73239C
Black with #73239C
Text Example
Text Example
White with #73239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73239C; }
p { color: rgb(115,35,156); }
H1.HeaderClassName
{
color: #73239C;
}
.AnyTagClassName
{
color: #73239C;
}
</style>
background-color css
<style>
a { background-color: #73239C; }
a { background-color: rgb(115,35,156); }
div.DivClassName
{
background-color: #73239C;
}
.BgClassName
{
background-color: #73239C;
}
</style>
border-color css
<style>
span { border-color: #73239C; }
span { border-color: rgb(115,35,156); }
td.TdClassName
{
border-color: #73239C;
}
.TagClassName
{
border-color: #73239C;
}
</style>