Shades of Vivid Violet #73269D
Tints of Vivid Violet #73269D
RGB
CMYK
RGB Variations
Color information
#73269D (or 0x73269D) is known color: Vivid Violet. HEX triplet: 73, 26 and 9D. RGB value is (115,38,157). Sum of RGB (Red+Green+Blue) = 115+38+157=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #73269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73269D is #8CD962. Grayscale: #4A4A4A. Windows color (decimal): -9230691 or 10298995. OLE color: 10298995.
HSL color Cylindrical-coordinate representation of color #73269D: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73269D is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 38 | 157 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.38 |
| HSL | 278.82º | 0.61% | 0.38% | - |
| HSV(B) | 278.82º | 0.76% | 0.62% | - |
| XYZ | 13.85 | 7.47 | 32.61 | - |
| YUV | 74.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 157 | 0.27 | 0.76 | 0 | 0.38 | 278.82 | 0.61 | 0.38 |
| Hex | 73 | 26 | 9D | 1B | 4C | 0 | 26 | 117 | 3D | 26 |
| Octal | 163 | 46 | 235 | 33 | 114 | 0 | 46 | 427 | 75 | 46 |
| Binary | 1110011 | 100110 | 10011101 | 11011 | 1001100 | 0 | 100110 | 100010111 | 111101 | 100110 |
Color Harmonies of #73269D
Complementary color
Monochromatic Colors of #73269D
Black with #73269D
Text Example
Text Example
White with #73269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73269D; }
p { color: rgb(115,38,157); }
H1.HeaderClassName
{
color: #73269D;
}
.AnyTagClassName
{
color: #73269D;
}
</style>
background-color css
<style>
a { background-color: #73269D; }
a { background-color: rgb(115,38,157); }
div.DivClassName
{
background-color: #73269D;
}
.BgClassName
{
background-color: #73269D;
}
</style>
border-color css
<style>
span { border-color: #73269D; }
span { border-color: rgb(115,38,157); }
td.TdClassName
{
border-color: #73269D;
}
.TagClassName
{
border-color: #73269D;
}
</style>