Shades of Vivid Violet #73278C
Tints of Vivid Violet #73278C
RGB
CMYK
RGB Variations
Color information
#73278C (or 0x73278C) is known color: Vivid Violet. HEX triplet: 73, 27 and 8C. RGB value is (115,39,140). Sum of RGB (Red+Green+Blue) = 115+39+140=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #73278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73278C is #8CD873. Grayscale: #484848. Windows color (decimal): -9230452 or 9185139. OLE color: 9185139.
HSL color Cylindrical-coordinate representation of color #73278C: hue angle of 285.15º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73278C is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 39 | 140 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.45 |
| HSL | 285.15º | 0.56% | 0.35% | - |
| HSV(B) | 285.15º | 0.72% | 0.55% | - |
| XYZ | 12.53 | 6.99 | 25.5 | - |
| YUV | 73.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 140 | 0.18 | 0.72 | 0 | 0.45 | 285.15 | 0.56 | 0.35 |
| Hex | 73 | 27 | 8C | 12 | 48 | 0 | 2D | 11D | 38 | 23 |
| Octal | 163 | 47 | 214 | 22 | 110 | 0 | 55 | 435 | 70 | 43 |
| Binary | 1110011 | 100111 | 10001100 | 10010 | 1001000 | 0 | 101101 | 100011101 | 111000 | 100011 |
Color Harmonies of #73278C
Complementary color
Monochromatic Colors of #73278C
Black with #73278C
Text Example
Text Example
White with #73278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73278C; }
p { color: rgb(115,39,140); }
H1.HeaderClassName
{
color: #73278C;
}
.AnyTagClassName
{
color: #73278C;
}
</style>
background-color css
<style>
a { background-color: #73278C; }
a { background-color: rgb(115,39,140); }
div.DivClassName
{
background-color: #73278C;
}
.BgClassName
{
background-color: #73278C;
}
</style>
border-color css
<style>
span { border-color: #73278C; }
span { border-color: rgb(115,39,140); }
td.TdClassName
{
border-color: #73278C;
}
.TagClassName
{
border-color: #73278C;
}
</style>