Shades of Vivid Violet #72278F
Tints of Vivid Violet #72278F
RGB
CMYK
RGB Variations
Color information
#72278F (or 0x72278F) is known color: Vivid Violet. HEX triplet: 72, 27 and 8F. RGB value is (114,39,143). Sum of RGB (Red+Green+Blue) = 114+39+143=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #72278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72278F is #8DD870. Grayscale: #484848. Windows color (decimal): -9295985 or 9381746. OLE color: 9381746.
HSL color Cylindrical-coordinate representation of color #72278F: hue angle of 283.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72278F is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 39 | 143 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.44 |
| HSL | 283.27º | 0.57% | 0.36% | - |
| HSV(B) | 283.27º | 0.73% | 0.56% | - |
| XYZ | 12.62 | 7.01 | 26.67 | - |
| YUV | 73.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 143 | 0.20 | 0.73 | 0 | 0.44 | 283.27 | 0.57 | 0.36 |
| Hex | 72 | 27 | 8F | 14 | 49 | 0 | 2C | 11B | 39 | 24 |
| Octal | 162 | 47 | 217 | 24 | 111 | 0 | 54 | 433 | 71 | 44 |
| Binary | 1110010 | 100111 | 10001111 | 10100 | 1001001 | 0 | 101100 | 100011011 | 111001 | 100100 |
Color Harmonies of #72278F
Complementary color
Monochromatic Colors of #72278F
Black with #72278F
Text Example
Text Example
White with #72278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72278F; }
p { color: rgb(114,39,143); }
H1.HeaderClassName
{
color: #72278F;
}
.AnyTagClassName
{
color: #72278F;
}
</style>
background-color css
<style>
a { background-color: #72278F; }
a { background-color: rgb(114,39,143); }
div.DivClassName
{
background-color: #72278F;
}
.BgClassName
{
background-color: #72278F;
}
</style>
border-color css
<style>
span { border-color: #72278F; }
span { border-color: rgb(114,39,143); }
td.TdClassName
{
border-color: #72278F;
}
.TagClassName
{
border-color: #72278F;
}
</style>