Shades of Vivid Violet #72299B
Tints of Vivid Violet #72299B
RGB
CMYK
RGB Variations
Color information
#72299B (or 0x72299B) is known color: Vivid Violet. HEX triplet: 72, 29 and 9B. RGB value is (114,41,155). Sum of RGB (Red+Green+Blue) = 114+41+155=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #72299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72299B is #8DD664. Grayscale: #4B4B4B. Windows color (decimal): -9295461 or 10168690. OLE color: 10168690.
HSL color Cylindrical-coordinate representation of color #72299B: hue angle of 278.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72299B is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 41 | 155 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.39 |
| HSL | 278.42º | 0.58% | 0.38% | - |
| HSV(B) | 278.42º | 0.74% | 0.61% | - |
| XYZ | 13.65 | 7.53 | 31.74 | - |
| YUV | 75.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 155 | 0.26 | 0.74 | 0 | 0.39 | 278.42 | 0.58 | 0.38 |
| Hex | 72 | 29 | 9B | 1A | 4A | 0 | 27 | 116 | 3A | 26 |
| Octal | 162 | 51 | 233 | 32 | 112 | 0 | 47 | 426 | 72 | 46 |
| Binary | 1110010 | 101001 | 10011011 | 11010 | 1001010 | 0 | 100111 | 100010110 | 111010 | 100110 |
Color Harmonies of #72299B
Complementary color
Monochromatic Colors of #72299B
Black with #72299B
Text Example
Text Example
White with #72299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72299B; }
p { color: rgb(114,41,155); }
H1.HeaderClassName
{
color: #72299B;
}
.AnyTagClassName
{
color: #72299B;
}
</style>
background-color css
<style>
a { background-color: #72299B; }
a { background-color: rgb(114,41,155); }
div.DivClassName
{
background-color: #72299B;
}
.BgClassName
{
background-color: #72299B;
}
</style>
border-color css
<style>
span { border-color: #72299B; }
span { border-color: rgb(114,41,155); }
td.TdClassName
{
border-color: #72299B;
}
.TagClassName
{
border-color: #72299B;
}
</style>