Shades of Vivid Violet #72298B
Tints of Vivid Violet #72298B
RGB
CMYK
RGB Variations
Color information
#72298B (or 0x72298B) is known color: Vivid Violet. HEX triplet: 72, 29 and 8B. RGB value is (114,41,139). Sum of RGB (Red+Green+Blue) = 114+41+139=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #72298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72298B is #8DD674. Grayscale: #494949. Windows color (decimal): -9295477 or 9120114. OLE color: 9120114.
HSL color Cylindrical-coordinate representation of color #72298B: hue angle of 284.69º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72298B is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 41 | 139 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.45 |
| HSL | 284.69º | 0.54% | 0.35% | - |
| HSV(B) | 284.69º | 0.71% | 0.55% | - |
| XYZ | 12.39 | 7.03 | 25.13 | - |
| YUV | 74 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 139 | 0.18 | 0.71 | 0 | 0.45 | 284.69 | 0.54 | 0.35 |
| Hex | 72 | 29 | 8B | 12 | 47 | 0 | 2D | 11D | 36 | 23 |
| Octal | 162 | 51 | 213 | 22 | 107 | 0 | 55 | 435 | 66 | 43 |
| Binary | 1110010 | 101001 | 10001011 | 10010 | 1000111 | 0 | 101101 | 100011101 | 110110 | 100011 |
Color Harmonies of #72298B
Complementary color
Monochromatic Colors of #72298B
Black with #72298B
Text Example
Text Example
White with #72298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72298B; }
p { color: rgb(114,41,139); }
H1.HeaderClassName
{
color: #72298B;
}
.AnyTagClassName
{
color: #72298B;
}
</style>
background-color css
<style>
a { background-color: #72298B; }
a { background-color: rgb(114,41,139); }
div.DivClassName
{
background-color: #72298B;
}
.BgClassName
{
background-color: #72298B;
}
</style>
border-color css
<style>
span { border-color: #72298B; }
span { border-color: rgb(114,41,139); }
td.TdClassName
{
border-color: #72298B;
}
.TagClassName
{
border-color: #72298B;
}
</style>