Shades of Vivid Violet #73248C
Tints of Vivid Violet #73248C
RGB
CMYK
RGB Variations
Color information
#73248C (or 0x73248C) is known color: Vivid Violet. HEX triplet: 73, 24 and 8C. RGB value is (115,36,140). Sum of RGB (Red+Green+Blue) = 115+36+140=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #73248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73248C is #8CDB73. Grayscale: #474747. Windows color (decimal): -9231220 or 9184371. OLE color: 9184371.
HSL color Cylindrical-coordinate representation of color #73248C: hue angle of 285.58º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73248C is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 36 | 140 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.45 |
| HSL | 285.58º | 0.59% | 0.35% | - |
| HSV(B) | 285.58º | 0.74% | 0.55% | - |
| XYZ | 12.43 | 6.8 | 25.47 | - |
| YUV | 71.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 140 | 0.18 | 0.74 | 0 | 0.45 | 285.58 | 0.59 | 0.35 |
| Hex | 73 | 24 | 8C | 12 | 4A | 0 | 2D | 11E | 3B | 23 |
| Octal | 163 | 44 | 214 | 22 | 112 | 0 | 55 | 436 | 73 | 43 |
| Binary | 1110011 | 100100 | 10001100 | 10010 | 1001010 | 0 | 101101 | 100011110 | 111011 | 100011 |
Color Harmonies of #73248C
Complementary color
Monochromatic Colors of #73248C
Black with #73248C
Text Example
Text Example
White with #73248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73248C; }
p { color: rgb(115,36,140); }
H1.HeaderClassName
{
color: #73248C;
}
.AnyTagClassName
{
color: #73248C;
}
</style>
background-color css
<style>
a { background-color: #73248C; }
a { background-color: rgb(115,36,140); }
div.DivClassName
{
background-color: #73248C;
}
.BgClassName
{
background-color: #73248C;
}
</style>
border-color css
<style>
span { border-color: #73248C; }
span { border-color: rgb(115,36,140); }
td.TdClassName
{
border-color: #73248C;
}
.TagClassName
{
border-color: #73248C;
}
</style>