Shades of Vivid Violet #72259B
Tints of Vivid Violet #72259B
RGB
CMYK
RGB Variations
Color information
#72259B (or 0x72259B) is known color: Vivid Violet. HEX triplet: 72, 25 and 9B. RGB value is (114,37,155). Sum of RGB (Red+Green+Blue) = 114+37+155=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #72259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72259B is #8DDA64. Grayscale: #494949. Windows color (decimal): -9296485 or 10167666. OLE color: 10167666.
HSL color Cylindrical-coordinate representation of color #72259B: hue angle of 279.15º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72259B is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 37 | 155 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.39 |
| HSL | 279.15º | 0.61% | 0.38% | - |
| HSV(B) | 279.15º | 0.76% | 0.61% | - |
| XYZ | 13.52 | 7.27 | 31.7 | - |
| YUV | 73.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 155 | 0.26 | 0.76 | 0 | 0.39 | 279.15 | 0.61 | 0.38 |
| Hex | 72 | 25 | 9B | 1A | 4C | 0 | 27 | 117 | 3D | 26 |
| Octal | 162 | 45 | 233 | 32 | 114 | 0 | 47 | 427 | 75 | 46 |
| Binary | 1110010 | 100101 | 10011011 | 11010 | 1001100 | 0 | 100111 | 100010111 | 111101 | 100110 |
Color Harmonies of #72259B
Complementary color
Monochromatic Colors of #72259B
Black with #72259B
Text Example
Text Example
White with #72259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72259B; }
p { color: rgb(114,37,155); }
H1.HeaderClassName
{
color: #72259B;
}
.AnyTagClassName
{
color: #72259B;
}
</style>
background-color css
<style>
a { background-color: #72259B; }
a { background-color: rgb(114,37,155); }
div.DivClassName
{
background-color: #72259B;
}
.BgClassName
{
background-color: #72259B;
}
</style>
border-color css
<style>
span { border-color: #72259B; }
span { border-color: rgb(114,37,155); }
td.TdClassName
{
border-color: #72259B;
}
.TagClassName
{
border-color: #72259B;
}
</style>