Shades of Purple #721985
Tints of Purple #721985
RGB
CMYK
RGB Variations
Color information
#721985 (or 0x721985) is known color: Purple. HEX triplet: 72, 19 and 85. RGB value is (114,25,133). Sum of RGB (Red+Green+Blue) = 114+25+133=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #721985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721985 is #8DE67A. Grayscale: #3F3F3F. Windows color (decimal): -9299579 or 8722802. OLE color: 8722802.
HSL color Cylindrical-coordinate representation of color #721985: hue angle of 289.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721985 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 25 | 133 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.48 |
| HSL | 289.44º | 0.68% | 0.31% | - |
| HSV(B) | 289.44º | 0.81% | 0.52% | - |
| XYZ | 11.52 | 5.97 | 22.73 | - |
| YUV | 63.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 133 | 0.14 | 0.81 | 0 | 0.48 | 289.44 | 0.68 | 0.31 |
| Hex | 72 | 19 | 85 | E | 51 | 0 | 30 | 121 | 44 | 1F |
| Octal | 162 | 31 | 205 | 16 | 121 | 0 | 60 | 441 | 104 | 37 |
| Binary | 1110010 | 11001 | 10000101 | 1110 | 1010001 | 0 | 110000 | 100100001 | 1000100 | 11111 |
Color Harmonies of #721985
Complementary color
Monochromatic Colors of #721985
Black with #721985
Text Example
Text Example
White with #721985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721985; }
p { color: rgb(114,25,133); }
H1.HeaderClassName
{
color: #721985;
}
.AnyTagClassName
{
color: #721985;
}
</style>
background-color css
<style>
a { background-color: #721985; }
a { background-color: rgb(114,25,133); }
div.DivClassName
{
background-color: #721985;
}
.BgClassName
{
background-color: #721985;
}
</style>
border-color css
<style>
span { border-color: #721985; }
span { border-color: rgb(114,25,133); }
td.TdClassName
{
border-color: #721985;
}
.TagClassName
{
border-color: #721985;
}
</style>