Shades of Vivid Violet #72249B
Tints of Vivid Violet #72249B
RGB
CMYK
RGB Variations
Color information
#72249B (or 0x72249B) is known color: Vivid Violet. HEX triplet: 72, 24 and 9B. RGB value is (114,36,155). Sum of RGB (Red+Green+Blue) = 114+36+155=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #72249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72249B is #8DDB64. Grayscale: #484848. Windows color (decimal): -9296741 or 10167410. OLE color: 10167410.
HSL color Cylindrical-coordinate representation of color #72249B: hue angle of 279.33º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72249B is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 36 | 155 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.39 |
| HSL | 279.33º | 0.62% | 0.37% | - |
| HSV(B) | 279.33º | 0.77% | 0.61% | - |
| XYZ | 13.49 | 7.21 | 31.69 | - |
| YUV | 72.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 155 | 0.26 | 0.77 | 0 | 0.39 | 279.33 | 0.62 | 0.37 |
| Hex | 72 | 24 | 9B | 1A | 4D | 0 | 27 | 117 | 3E | 25 |
| Octal | 162 | 44 | 233 | 32 | 115 | 0 | 47 | 427 | 76 | 45 |
| Binary | 1110010 | 100100 | 10011011 | 11010 | 1001101 | 0 | 100111 | 100010111 | 111110 | 100101 |
Color Harmonies of #72249B
Complementary color
Monochromatic Colors of #72249B
Black with #72249B
Text Example
Text Example
White with #72249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72249B; }
p { color: rgb(114,36,155); }
H1.HeaderClassName
{
color: #72249B;
}
.AnyTagClassName
{
color: #72249B;
}
</style>
background-color css
<style>
a { background-color: #72249B; }
a { background-color: rgb(114,36,155); }
div.DivClassName
{
background-color: #72249B;
}
.BgClassName
{
background-color: #72249B;
}
</style>
border-color css
<style>
span { border-color: #72249B; }
span { border-color: rgb(114,36,155); }
td.TdClassName
{
border-color: #72249B;
}
.TagClassName
{
border-color: #72249B;
}
</style>