Shades of Vivid Violet #73218A
Tints of Vivid Violet #73218A
RGB
CMYK
RGB Variations
Color information
#73218A (or 0x73218A) is known color: Vivid Violet. HEX triplet: 73, 21 and 8A. RGB value is (115,33,138). Sum of RGB (Red+Green+Blue) = 115+33+138=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #73218A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73218A is #8CDE75. Grayscale: #454545. Windows color (decimal): -9231990 or 9052531. OLE color: 9052531.
HSL color Cylindrical-coordinate representation of color #73218A: hue angle of 286.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73218A is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 33 | 138 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.46 |
| HSL | 286.86º | 0.61% | 0.34% | - |
| HSV(B) | 286.86º | 0.76% | 0.54% | - |
| XYZ | 12.2 | 6.57 | 24.67 | - |
| YUV | 69.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 138 | 0.17 | 0.76 | 0 | 0.46 | 286.86 | 0.61 | 0.34 |
| Hex | 73 | 21 | 8A | 11 | 4C | 0 | 2E | 11F | 3D | 22 |
| Octal | 163 | 41 | 212 | 21 | 114 | 0 | 56 | 437 | 75 | 42 |
| Binary | 1110011 | 100001 | 10001010 | 10001 | 1001100 | 0 | 101110 | 100011111 | 111101 | 100010 |
Color Harmonies of #73218A
Complementary color
Monochromatic Colors of #73218A
Black with #73218A
Text Example
Text Example
White with #73218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73218A; }
p { color: rgb(115,33,138); }
H1.HeaderClassName
{
color: #73218A;
}
.AnyTagClassName
{
color: #73218A;
}
</style>
background-color css
<style>
a { background-color: #73218A; }
a { background-color: rgb(115,33,138); }
div.DivClassName
{
background-color: #73218A;
}
.BgClassName
{
background-color: #73218A;
}
</style>
border-color css
<style>
span { border-color: #73218A; }
span { border-color: rgb(115,33,138); }
td.TdClassName
{
border-color: #73218A;
}
.TagClassName
{
border-color: #73218A;
}
</style>