Shades of Vivid Violet #72258D
Tints of Vivid Violet #72258D
RGB
CMYK
RGB Variations
Color information
#72258D (or 0x72258D) is known color: Vivid Violet. HEX triplet: 72, 25 and 8D. RGB value is (114,37,141). Sum of RGB (Red+Green+Blue) = 114+37+141=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #72258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72258D is #8DDA72. Grayscale: #474747. Windows color (decimal): -9296499 or 9250162. OLE color: 9250162.
HSL color Cylindrical-coordinate representation of color #72258D: hue angle of 284.42º degrees, saturation: 0.58, 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 #72258D is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 37 | 141 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.45 |
| HSL | 284.42º | 0.58% | 0.35% | - |
| HSV(B) | 284.42º | 0.74% | 0.55% | - |
| XYZ | 12.41 | 6.82 | 25.86 | - |
| YUV | 71.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 141 | 0.19 | 0.74 | 0 | 0.45 | 284.42 | 0.58 | 0.35 |
| Hex | 72 | 25 | 8D | 13 | 4A | 0 | 2D | 11C | 3A | 23 |
| Octal | 162 | 45 | 215 | 23 | 112 | 0 | 55 | 434 | 72 | 43 |
| Binary | 1110010 | 100101 | 10001101 | 10011 | 1001010 | 0 | 101101 | 100011100 | 111010 | 100011 |
Color Harmonies of #72258D
Complementary color
Monochromatic Colors of #72258D
Black with #72258D
Text Example
Text Example
White with #72258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72258D; }
p { color: rgb(114,37,141); }
H1.HeaderClassName
{
color: #72258D;
}
.AnyTagClassName
{
color: #72258D;
}
</style>
background-color css
<style>
a { background-color: #72258D; }
a { background-color: rgb(114,37,141); }
div.DivClassName
{
background-color: #72258D;
}
.BgClassName
{
background-color: #72258D;
}
</style>
border-color css
<style>
span { border-color: #72258D; }
span { border-color: rgb(114,37,141); }
td.TdClassName
{
border-color: #72258D;
}
.TagClassName
{
border-color: #72258D;
}
</style>