Shades of Vivid Violet #72289C
Tints of Vivid Violet #72289C
RGB
CMYK
RGB Variations
Color information
#72289C (or 0x72289C) is known color: Vivid Violet. HEX triplet: 72, 28 and 9C. RGB value is (114,40,156). Sum of RGB (Red+Green+Blue) = 114+40+156=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #72289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72289C is #8DD763. Grayscale: #4A4A4A. Windows color (decimal): -9295716 or 10233970. OLE color: 10233970.
HSL color Cylindrical-coordinate representation of color #72289C: hue angle of 278.28º degrees, saturation: 0.59, 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 #72289C is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 40 | 156 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.39 |
| HSL | 278.28º | 0.59% | 0.38% | - |
| HSV(B) | 278.28º | 0.74% | 0.61% | - |
| XYZ | 13.7 | 7.5 | 32.18 | - |
| YUV | 75.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 156 | 0.27 | 0.74 | 0 | 0.39 | 278.28 | 0.59 | 0.38 |
| Hex | 72 | 28 | 9C | 1B | 4A | 0 | 27 | 116 | 3B | 26 |
| Octal | 162 | 50 | 234 | 33 | 112 | 0 | 47 | 426 | 73 | 46 |
| Binary | 1110010 | 101000 | 10011100 | 11011 | 1001010 | 0 | 100111 | 100010110 | 111011 | 100110 |
Color Harmonies of #72289C
Complementary color
Monochromatic Colors of #72289C
Black with #72289C
Text Example
Text Example
White with #72289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72289C; }
p { color: rgb(114,40,156); }
H1.HeaderClassName
{
color: #72289C;
}
.AnyTagClassName
{
color: #72289C;
}
</style>
background-color css
<style>
a { background-color: #72289C; }
a { background-color: rgb(114,40,156); }
div.DivClassName
{
background-color: #72289C;
}
.BgClassName
{
background-color: #72289C;
}
</style>
border-color css
<style>
span { border-color: #72289C; }
span { border-color: rgb(114,40,156); }
td.TdClassName
{
border-color: #72289C;
}
.TagClassName
{
border-color: #72289C;
}
</style>