Shades of Purple #721883
Tints of Purple #721883
RGB
CMYK
RGB Variations
Color information
#721883 (or 0x721883) is known color: Purple. HEX triplet: 72, 18 and 83. RGB value is (114,24,131). Sum of RGB (Red+Green+Blue) = 114+24+131=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #721883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721883 is #8DE77C. Grayscale: #3E3E3E. Windows color (decimal): -9299837 or 8591474. OLE color: 8591474.
HSL color Cylindrical-coordinate representation of color #721883: hue angle of 290.47º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721883 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 24 | 131 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.49 |
| HSL | 290.47º | 0.69% | 0.3% | - |
| HSV(B) | 290.47º | 0.82% | 0.51% | - |
| XYZ | 11.36 | 5.87 | 22.01 | - |
| YUV | 63.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 131 | 0.13 | 0.82 | 0 | 0.49 | 290.47 | 0.69 | 0.3 |
| Hex | 72 | 18 | 83 | D | 52 | 0 | 31 | 122 | 45 | 1E |
| Octal | 162 | 30 | 203 | 15 | 122 | 0 | 61 | 442 | 105 | 36 |
| Binary | 1110010 | 11000 | 10000011 | 1101 | 1010010 | 0 | 110001 | 100100010 | 1000101 | 11110 |
Color Harmonies of #721883
Complementary color
Monochromatic Colors of #721883
Black with #721883
Text Example
Text Example
White with #721883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721883; }
p { color: rgb(114,24,131); }
H1.HeaderClassName
{
color: #721883;
}
.AnyTagClassName
{
color: #721883;
}
</style>
background-color css
<style>
a { background-color: #721883; }
a { background-color: rgb(114,24,131); }
div.DivClassName
{
background-color: #721883;
}
.BgClassName
{
background-color: #721883;
}
</style>
border-color css
<style>
span { border-color: #721883; }
span { border-color: rgb(114,24,131); }
td.TdClassName
{
border-color: #721883;
}
.TagClassName
{
border-color: #721883;
}
</style>