Shades of Vivid Violet #73348A
Tints of Vivid Violet #73348A
RGB
CMYK
RGB Variations
Color information
#73348A (or 0x73348A) is known color: Vivid Violet. HEX triplet: 73, 34 and 8A. RGB value is (115,52,138). Sum of RGB (Red+Green+Blue) = 115+52+138=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #73348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73348A is #8CCB75. Grayscale: #505050. Windows color (decimal): -9227126 or 9057395. OLE color: 9057395.
HSL color Cylindrical-coordinate representation of color #73348A: hue angle of 283.95º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73348A is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 52 | 138 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.46 |
| HSL | 283.95º | 0.45% | 0.37% | - |
| HSV(B) | 283.95º | 0.62% | 0.54% | - |
| XYZ | 12.89 | 7.94 | 24.9 | - |
| YUV | 80.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 138 | 0.17 | 0.62 | 0 | 0.46 | 283.95 | 0.45 | 0.37 |
| Hex | 73 | 34 | 8A | 11 | 3E | 0 | 2E | 11C | 2D | 25 |
| Octal | 163 | 64 | 212 | 21 | 76 | 0 | 56 | 434 | 55 | 45 |
| Binary | 1110011 | 110100 | 10001010 | 10001 | 111110 | 0 | 101110 | 100011100 | 101101 | 100101 |
Color Harmonies of #73348A
Complementary color
Monochromatic Colors of #73348A
Black with #73348A
Text Example
Text Example
White with #73348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73348A; }
p { color: rgb(115,52,138); }
H1.HeaderClassName
{
color: #73348A;
}
.AnyTagClassName
{
color: #73348A;
}
</style>
background-color css
<style>
a { background-color: #73348A; }
a { background-color: rgb(115,52,138); }
div.DivClassName
{
background-color: #73348A;
}
.BgClassName
{
background-color: #73348A;
}
</style>
border-color css
<style>
span { border-color: #73348A; }
span { border-color: rgb(115,52,138); }
td.TdClassName
{
border-color: #73348A;
}
.TagClassName
{
border-color: #73348A;
}
</style>