Shades of Vivid Violet #73279E
Tints of Vivid Violet #73279E
RGB
CMYK
RGB Variations
Color information
#73279E (or 0x73279E) is known color: Vivid Violet. HEX triplet: 73, 27 and 9E. RGB value is (115,39,158). Sum of RGB (Red+Green+Blue) = 115+39+158=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #73279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73279E is #8CD861. Grayscale: #4A4A4A. Windows color (decimal): -9230434 or 10364787. OLE color: 10364787.
HSL color Cylindrical-coordinate representation of color #73279E: hue angle of 278.32º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73279E is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 39 | 158 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.38 |
| HSL | 278.32º | 0.6% | 0.39% | - |
| HSV(B) | 278.32º | 0.75% | 0.62% | - |
| XYZ | 13.97 | 7.56 | 33.07 | - |
| YUV | 75.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 158 | 0.27 | 0.75 | 0 | 0.38 | 278.32 | 0.6 | 0.39 |
| Hex | 73 | 27 | 9E | 1B | 4B | 0 | 26 | 116 | 3C | 27 |
| Octal | 163 | 47 | 236 | 33 | 113 | 0 | 46 | 426 | 74 | 47 |
| Binary | 1110011 | 100111 | 10011110 | 11011 | 1001011 | 0 | 100110 | 100010110 | 111100 | 100111 |
Color Harmonies of #73279E
Complementary color
Monochromatic Colors of #73279E
Black with #73279E
Text Example
Text Example
White with #73279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73279E; }
p { color: rgb(115,39,158); }
H1.HeaderClassName
{
color: #73279E;
}
.AnyTagClassName
{
color: #73279E;
}
</style>
background-color css
<style>
a { background-color: #73279E; }
a { background-color: rgb(115,39,158); }
div.DivClassName
{
background-color: #73279E;
}
.BgClassName
{
background-color: #73279E;
}
</style>
border-color css
<style>
span { border-color: #73279E; }
span { border-color: rgb(115,39,158); }
td.TdClassName
{
border-color: #73279E;
}
.TagClassName
{
border-color: #73279E;
}
</style>