Shades of Purple #721085
Tints of Purple #721085
RGB
CMYK
RGB Variations
Color information
#721085 (or 0x721085) is known color: Purple. HEX triplet: 72, 10 and 85. RGB value is (114,16,133). Sum of RGB (Red+Green+Blue) = 114+16+133=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #721085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721085 is #8DEF7A. Grayscale: #3A3A3A. Windows color (decimal): -9301883 or 8720498. OLE color: 8720498.
HSL color Cylindrical-coordinate representation of color #721085: hue angle of 290.26º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721085 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 16 | 133 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.48 |
| HSL | 290.26º | 0.79% | 0.29% | - |
| HSV(B) | 290.26º | 0.88% | 0.52% | - |
| XYZ | 11.36 | 5.64 | 22.68 | - |
| YUV | 58.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 133 | 0.14 | 0.88 | 0 | 0.48 | 290.26 | 0.79 | 0.29 |
| Hex | 72 | 10 | 85 | E | 58 | 0 | 30 | 122 | 4F | 1D |
| Octal | 162 | 20 | 205 | 16 | 130 | 0 | 60 | 442 | 117 | 35 |
| Binary | 1110010 | 10000 | 10000101 | 1110 | 1011000 | 0 | 110000 | 100100010 | 1001111 | 11101 |
Color Harmonies of #721085
Complementary color
Monochromatic Colors of #721085
Black with #721085
Text Example
Text Example
White with #721085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721085; }
p { color: rgb(114,16,133); }
H1.HeaderClassName
{
color: #721085;
}
.AnyTagClassName
{
color: #721085;
}
</style>
background-color css
<style>
a { background-color: #721085; }
a { background-color: rgb(114,16,133); }
div.DivClassName
{
background-color: #721085;
}
.BgClassName
{
background-color: #721085;
}
</style>
border-color css
<style>
span { border-color: #721085; }
span { border-color: rgb(114,16,133); }
td.TdClassName
{
border-color: #721085;
}
.TagClassName
{
border-color: #721085;
}
</style>