Shades of Purple #721385
Tints of Purple #721385
RGB
CMYK
RGB Variations
Color information
#721385 (or 0x721385) is known color: Purple. HEX triplet: 72, 13 and 85. RGB value is (114,19,133). Sum of RGB (Red+Green+Blue) = 114+19+133=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #721385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721385 is #8DEC7A. Grayscale: #3C3C3C. Windows color (decimal): -9301115 or 8721266. OLE color: 8721266.
HSL color Cylindrical-coordinate representation of color #721385: hue angle of 290º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721385 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 19 | 133 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.48 |
| HSL | 290º | 0.75% | 0.3% | - |
| HSV(B) | 290º | 0.86% | 0.52% | - |
| XYZ | 11.41 | 5.74 | 22.7 | - |
| YUV | 60.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 133 | 0.14 | 0.86 | 0 | 0.48 | 290 | 0.75 | 0.3 |
| Hex | 72 | 13 | 85 | E | 56 | 0 | 30 | 122 | 4B | 1E |
| Octal | 162 | 23 | 205 | 16 | 126 | 0 | 60 | 442 | 113 | 36 |
| Binary | 1110010 | 10011 | 10000101 | 1110 | 1010110 | 0 | 110000 | 100100010 | 1001011 | 11110 |
Color Harmonies of #721385
Complementary color
Monochromatic Colors of #721385
Black with #721385
Text Example
Text Example
White with #721385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721385; }
p { color: rgb(114,19,133); }
H1.HeaderClassName
{
color: #721385;
}
.AnyTagClassName
{
color: #721385;
}
</style>
background-color css
<style>
a { background-color: #721385; }
a { background-color: rgb(114,19,133); }
div.DivClassName
{
background-color: #721385;
}
.BgClassName
{
background-color: #721385;
}
</style>
border-color css
<style>
span { border-color: #721385; }
span { border-color: rgb(114,19,133); }
td.TdClassName
{
border-color: #721385;
}
.TagClassName
{
border-color: #721385;
}
</style>