Shades of Vivid Violet #721D85
Tints of Vivid Violet #721D85
RGB
CMYK
RGB Variations
Color information
#721D85 (or 0x721D85) is known color: Vivid Violet. HEX triplet: 72, 1D and 85. RGB value is (114,29,133). Sum of RGB (Red+Green+Blue) = 114+29+133=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #721D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721D85 is #8DE27A. Grayscale: #414141. Windows color (decimal): -9298555 or 8723826. OLE color: 8723826.
HSL color Cylindrical-coordinate representation of color #721D85: hue angle of 289.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721D85 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 29 | 133 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.48 |
| HSL | 289.04º | 0.64% | 0.32% | - |
| HSV(B) | 289.04º | 0.78% | 0.52% | - |
| XYZ | 11.61 | 6.15 | 22.77 | - |
| YUV | 66.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 133 | 0.14 | 0.78 | 0 | 0.48 | 289.04 | 0.64 | 0.32 |
| Hex | 72 | 1D | 85 | E | 4E | 0 | 30 | 121 | 40 | 20 |
| Octal | 162 | 35 | 205 | 16 | 116 | 0 | 60 | 441 | 100 | 40 |
| Binary | 1110010 | 11101 | 10000101 | 1110 | 1001110 | 0 | 110000 | 100100001 | 1000000 | 100000 |
Color Harmonies of #721D85
Complementary color
Monochromatic Colors of #721D85
Black with #721D85
Text Example
Text Example
White with #721D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D85; }
p { color: rgb(114,29,133); }
H1.HeaderClassName
{
color: #721D85;
}
.AnyTagClassName
{
color: #721D85;
}
</style>
background-color css
<style>
a { background-color: #721D85; }
a { background-color: rgb(114,29,133); }
div.DivClassName
{
background-color: #721D85;
}
.BgClassName
{
background-color: #721D85;
}
</style>
border-color css
<style>
span { border-color: #721D85; }
span { border-color: rgb(114,29,133); }
td.TdClassName
{
border-color: #721D85;
}
.TagClassName
{
border-color: #721D85;
}
</style>