Shades of Purple #721485
Tints of Purple #721485
RGB
CMYK
RGB Variations
Color information
#721485 (or 0x721485) is known color: Purple. HEX triplet: 72, 14 and 85. RGB value is (114,20,133). Sum of RGB (Red+Green+Blue) = 114+20+133=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #721485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721485 is #8DEB7A. Grayscale: #3C3C3C. Windows color (decimal): -9300859 or 8721522. OLE color: 8721522.
HSL color Cylindrical-coordinate representation of color #721485: hue angle of 289.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721485 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 20 | 133 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.48 |
| HSL | 289.91º | 0.74% | 0.3% | - |
| HSV(B) | 289.91º | 0.85% | 0.52% | - |
| XYZ | 11.42 | 5.77 | 22.7 | - |
| YUV | 60.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 133 | 0.14 | 0.85 | 0 | 0.48 | 289.91 | 0.74 | 0.3 |
| Hex | 72 | 14 | 85 | E | 55 | 0 | 30 | 122 | 4A | 1E |
| Octal | 162 | 24 | 205 | 16 | 125 | 0 | 60 | 442 | 112 | 36 |
| Binary | 1110010 | 10100 | 10000101 | 1110 | 1010101 | 0 | 110000 | 100100010 | 1001010 | 11110 |
Color Harmonies of #721485
Complementary color
Monochromatic Colors of #721485
Black with #721485
Text Example
Text Example
White with #721485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721485; }
p { color: rgb(114,20,133); }
H1.HeaderClassName
{
color: #721485;
}
.AnyTagClassName
{
color: #721485;
}
</style>
background-color css
<style>
a { background-color: #721485; }
a { background-color: rgb(114,20,133); }
div.DivClassName
{
background-color: #721485;
}
.BgClassName
{
background-color: #721485;
}
</style>
border-color css
<style>
span { border-color: #721485; }
span { border-color: rgb(114,20,133); }
td.TdClassName
{
border-color: #721485;
}
.TagClassName
{
border-color: #721485;
}
</style>