Shades of Vivid Violet #72348A
Tints of Vivid Violet #72348A
RGB
CMYK
RGB Variations
Color information
#72348A (or 0x72348A) is known color: Vivid Violet. HEX triplet: 72, 34 and 8A. RGB value is (114,52,138). Sum of RGB (Red+Green+Blue) = 114+52+138=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #72348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72348A is #8DCB75. Grayscale: #505050. Windows color (decimal): -9292662 or 9057394. OLE color: 9057394.
HSL color Cylindrical-coordinate representation of color #72348A: hue angle of 283.26º 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 #72348A is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 52 | 138 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.46 |
| HSL | 283.26º | 0.45% | 0.37% | - |
| HSV(B) | 283.26º | 0.62% | 0.54% | - |
| XYZ | 12.75 | 7.87 | 24.89 | - |
| YUV | 80.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 138 | 0.17 | 0.62 | 0 | 0.46 | 283.26 | 0.45 | 0.37 |
| Hex | 72 | 34 | 8A | 11 | 3E | 0 | 2E | 11B | 2D | 25 |
| Octal | 162 | 64 | 212 | 21 | 76 | 0 | 56 | 433 | 55 | 45 |
| Binary | 1110010 | 110100 | 10001010 | 10001 | 111110 | 0 | 101110 | 100011011 | 101101 | 100101 |
Color Harmonies of #72348A
Complementary color
Monochromatic Colors of #72348A
Black with #72348A
Text Example
Text Example
White with #72348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72348A; }
p { color: rgb(114,52,138); }
H1.HeaderClassName
{
color: #72348A;
}
.AnyTagClassName
{
color: #72348A;
}
</style>
background-color css
<style>
a { background-color: #72348A; }
a { background-color: rgb(114,52,138); }
div.DivClassName
{
background-color: #72348A;
}
.BgClassName
{
background-color: #72348A;
}
</style>
border-color css
<style>
span { border-color: #72348A; }
span { border-color: rgb(114,52,138); }
td.TdClassName
{
border-color: #72348A;
}
.TagClassName
{
border-color: #72348A;
}
</style>