Shades of Purple #721984
Tints of Purple #721984
RGB
CMYK
RGB Variations
Color information
#721984 (or 0x721984) is known color: Purple. HEX triplet: 72, 19 and 84. RGB value is (114,25,132). Sum of RGB (Red+Green+Blue) = 114+25+132=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #721984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721984 is #8DE67B. Grayscale: #3F3F3F. Windows color (decimal): -9299580 or 8657266. OLE color: 8657266.
HSL color Cylindrical-coordinate representation of color #721984: hue angle of 289.91º 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 #721984 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 25 | 132 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.48 |
| HSL | 289.91º | 0.68% | 0.31% | - |
| HSV(B) | 289.91º | 0.81% | 0.52% | - |
| XYZ | 11.45 | 5.94 | 22.37 | - |
| YUV | 63.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 132 | 0.14 | 0.81 | 0 | 0.48 | 289.91 | 0.68 | 0.31 |
| Hex | 72 | 19 | 84 | E | 51 | 0 | 30 | 122 | 44 | 1F |
| Octal | 162 | 31 | 204 | 16 | 121 | 0 | 60 | 442 | 104 | 37 |
| Binary | 1110010 | 11001 | 10000100 | 1110 | 1010001 | 0 | 110000 | 100100010 | 1000100 | 11111 |
Color Harmonies of #721984
Complementary color
Monochromatic Colors of #721984
Black with #721984
Text Example
Text Example
White with #721984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721984; }
p { color: rgb(114,25,132); }
H1.HeaderClassName
{
color: #721984;
}
.AnyTagClassName
{
color: #721984;
}
</style>
background-color css
<style>
a { background-color: #721984; }
a { background-color: rgb(114,25,132); }
div.DivClassName
{
background-color: #721984;
}
.BgClassName
{
background-color: #721984;
}
</style>
border-color css
<style>
span { border-color: #721984; }
span { border-color: rgb(114,25,132); }
td.TdClassName
{
border-color: #721984;
}
.TagClassName
{
border-color: #721984;
}
</style>