Shades of Purple #721983
Tints of Purple #721983
RGB
CMYK
RGB Variations
Color information
#721983 (or 0x721983) is known color: Purple. HEX triplet: 72, 19 and 83. RGB value is (114,25,131). Sum of RGB (Red+Green+Blue) = 114+25+131=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #721983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721983 is #8DE67C. Grayscale: #3F3F3F. Windows color (decimal): -9299581 or 8591730. OLE color: 8591730.
HSL color Cylindrical-coordinate representation of color #721983: hue angle of 290.38º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721983 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 25 | 131 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.49 |
| HSL | 290.38º | 0.68% | 0.31% | - |
| HSV(B) | 290.38º | 0.81% | 0.51% | - |
| XYZ | 11.38 | 5.91 | 22.01 | - |
| YUV | 63.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 131 | 0.13 | 0.81 | 0 | 0.49 | 290.38 | 0.68 | 0.31 |
| Hex | 72 | 19 | 83 | D | 51 | 0 | 31 | 122 | 44 | 1F |
| Octal | 162 | 31 | 203 | 15 | 121 | 0 | 61 | 442 | 104 | 37 |
| Binary | 1110010 | 11001 | 10000011 | 1101 | 1010001 | 0 | 110001 | 100100010 | 1000100 | 11111 |
Color Harmonies of #721983
Complementary color
Monochromatic Colors of #721983
Black with #721983
Text Example
Text Example
White with #721983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721983; }
p { color: rgb(114,25,131); }
H1.HeaderClassName
{
color: #721983;
}
.AnyTagClassName
{
color: #721983;
}
</style>
background-color css
<style>
a { background-color: #721983; }
a { background-color: rgb(114,25,131); }
div.DivClassName
{
background-color: #721983;
}
.BgClassName
{
background-color: #721983;
}
</style>
border-color css
<style>
span { border-color: #721983; }
span { border-color: rgb(114,25,131); }
td.TdClassName
{
border-color: #721983;
}
.TagClassName
{
border-color: #721983;
}
</style>