Shades of Vivid Violet #722897
Tints of Vivid Violet #722897
RGB
CMYK
RGB Variations
Color information
#722897 (or 0x722897) is known color: Vivid Violet. HEX triplet: 72, 28 and 97. RGB value is (114,40,151). Sum of RGB (Red+Green+Blue) = 114+40+151=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #722897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722897 is #8DD768. Grayscale: #4A4A4A. Windows color (decimal): -9295721 or 9906290. OLE color: 9906290.
HSL color Cylindrical-coordinate representation of color #722897: hue angle of 280º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722897 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 40 | 151 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.41 |
| HSL | 280º | 0.58% | 0.37% | - |
| HSV(B) | 280º | 0.74% | 0.59% | - |
| XYZ | 13.28 | 7.33 | 29.99 | - |
| YUV | 74.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 151 | 0.25 | 0.74 | 0 | 0.41 | 280 | 0.58 | 0.37 |
| Hex | 72 | 28 | 97 | 19 | 4A | 0 | 29 | 118 | 3A | 25 |
| Octal | 162 | 50 | 227 | 31 | 112 | 0 | 51 | 430 | 72 | 45 |
| Binary | 1110010 | 101000 | 10010111 | 11001 | 1001010 | 0 | 101001 | 100011000 | 111010 | 100101 |
Color Harmonies of #722897
Complementary color
Monochromatic Colors of #722897
Black with #722897
Text Example
Text Example
White with #722897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722897; }
p { color: rgb(114,40,151); }
H1.HeaderClassName
{
color: #722897;
}
.AnyTagClassName
{
color: #722897;
}
</style>
background-color css
<style>
a { background-color: #722897; }
a { background-color: rgb(114,40,151); }
div.DivClassName
{
background-color: #722897;
}
.BgClassName
{
background-color: #722897;
}
</style>
border-color css
<style>
span { border-color: #722897; }
span { border-color: rgb(114,40,151); }
td.TdClassName
{
border-color: #722897;
}
.TagClassName
{
border-color: #722897;
}
</style>