Shades of Purple #720891
Tints of Purple #720891
RGB
CMYK
RGB Variations
Color information
#720891 (or 0x720891) is known color: Purple. HEX triplet: 72, 08 and 91. RGB value is (114,8,145). Sum of RGB (Red+Green+Blue) = 114+8+145=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #720891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720891 is #8DF76E. Grayscale: #363636. Windows color (decimal): -9303919 or 9504882. OLE color: 9504882.
HSL color Cylindrical-coordinate representation of color #720891: hue angle of 286.42º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720891 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 8 | 145 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.43 |
| HSL | 286.42º | 0.9% | 0.3% | - |
| HSV(B) | 286.42º | 0.94% | 0.57% | - |
| XYZ | 12.14 | 5.8 | 27.27 | - |
| YUV | 55.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 145 | 0.21 | 0.94 | 0 | 0.43 | 286.42 | 0.9 | 0.3 |
| Hex | 72 | 8 | 91 | 15 | 5E | 0 | 2B | 11E | 5A | 1E |
| Octal | 162 | 10 | 221 | 25 | 136 | 0 | 53 | 436 | 132 | 36 |
| Binary | 1110010 | 1000 | 10010001 | 10101 | 1011110 | 0 | 101011 | 100011110 | 1011010 | 11110 |
Color Harmonies of #720891
Complementary color
Monochromatic Colors of #720891
Black with #720891
Text Example
Text Example
White with #720891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720891; }
p { color: rgb(114,8,145); }
H1.HeaderClassName
{
color: #720891;
}
.AnyTagClassName
{
color: #720891;
}
</style>
background-color css
<style>
a { background-color: #720891; }
a { background-color: rgb(114,8,145); }
div.DivClassName
{
background-color: #720891;
}
.BgClassName
{
background-color: #720891;
}
</style>
border-color css
<style>
span { border-color: #720891; }
span { border-color: rgb(114,8,145); }
td.TdClassName
{
border-color: #720891;
}
.TagClassName
{
border-color: #720891;
}
</style>