Shades of Vivid Violet #72308A
Tints of Vivid Violet #72308A
RGB
CMYK
RGB Variations
Color information
#72308A (or 0x72308A) is known color: Vivid Violet. HEX triplet: 72, 30 and 8A. RGB value is (114,48,138). Sum of RGB (Red+Green+Blue) = 114+48+138=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #72308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72308A is #8DCF75. Grayscale: #4D4D4D. Windows color (decimal): -9293686 or 9056370. OLE color: 9056370.
HSL color Cylindrical-coordinate representation of color #72308A: hue angle of 284º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72308A is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 48 | 138 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.46 |
| HSL | 284º | 0.48% | 0.36% | - |
| HSV(B) | 284º | 0.65% | 0.54% | - |
| XYZ | 12.58 | 7.53 | 24.83 | - |
| YUV | 77.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 138 | 0.17 | 0.65 | 0 | 0.46 | 284 | 0.48 | 0.36 |
| Hex | 72 | 30 | 8A | 11 | 41 | 0 | 2E | 11C | 30 | 24 |
| Octal | 162 | 60 | 212 | 21 | 101 | 0 | 56 | 434 | 60 | 44 |
| Binary | 1110010 | 110000 | 10001010 | 10001 | 1000001 | 0 | 101110 | 100011100 | 110000 | 100100 |
Color Harmonies of #72308A
Complementary color
Monochromatic Colors of #72308A
Black with #72308A
Text Example
Text Example
White with #72308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72308A; }
p { color: rgb(114,48,138); }
H1.HeaderClassName
{
color: #72308A;
}
.AnyTagClassName
{
color: #72308A;
}
</style>
background-color css
<style>
a { background-color: #72308A; }
a { background-color: rgb(114,48,138); }
div.DivClassName
{
background-color: #72308A;
}
.BgClassName
{
background-color: #72308A;
}
</style>
border-color css
<style>
span { border-color: #72308A; }
span { border-color: rgb(114,48,138); }
td.TdClassName
{
border-color: #72308A;
}
.TagClassName
{
border-color: #72308A;
}
</style>