Shades of Purple #721785
Tints of Purple #721785
RGB
CMYK
RGB Variations
Color information
#721785 (or 0x721785) is known color: Purple. HEX triplet: 72, 17 and 85. RGB value is (114,23,133). Sum of RGB (Red+Green+Blue) = 114+23+133=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #721785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721785 is #8DE87A. Grayscale: #3E3E3E. Windows color (decimal): -9300091 or 8722290. OLE color: 8722290.
HSL color Cylindrical-coordinate representation of color #721785: hue angle of 289.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721785 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 23 | 133 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.48 |
| HSL | 289.64º | 0.71% | 0.31% | - |
| HSV(B) | 289.64º | 0.83% | 0.52% | - |
| XYZ | 11.48 | 5.88 | 22.72 | - |
| YUV | 62.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 133 | 0.14 | 0.83 | 0 | 0.48 | 289.64 | 0.71 | 0.31 |
| Hex | 72 | 17 | 85 | E | 53 | 0 | 30 | 122 | 47 | 1F |
| Octal | 162 | 27 | 205 | 16 | 123 | 0 | 60 | 442 | 107 | 37 |
| Binary | 1110010 | 10111 | 10000101 | 1110 | 1010011 | 0 | 110000 | 100100010 | 1000111 | 11111 |
Color Harmonies of #721785
Complementary color
Monochromatic Colors of #721785
Black with #721785
Text Example
Text Example
White with #721785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721785; }
p { color: rgb(114,23,133); }
H1.HeaderClassName
{
color: #721785;
}
.AnyTagClassName
{
color: #721785;
}
</style>
background-color css
<style>
a { background-color: #721785; }
a { background-color: rgb(114,23,133); }
div.DivClassName
{
background-color: #721785;
}
.BgClassName
{
background-color: #721785;
}
</style>
border-color css
<style>
span { border-color: #721785; }
span { border-color: rgb(114,23,133); }
td.TdClassName
{
border-color: #721785;
}
.TagClassName
{
border-color: #721785;
}
</style>