Shades of Purple #721377
Tints of Purple #721377
RGB
CMYK
RGB Variations
Color information
#721377 (or 0x721377) is known color: Purple. HEX triplet: 72, 13 and 77. RGB value is (114,19,119). Sum of RGB (Red+Green+Blue) = 114+19+119=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #721377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721377 is #8DEC88. Grayscale: #3A3A3A. Windows color (decimal): -9301129 or 7803762. OLE color: 7803762.
HSL color Cylindrical-coordinate representation of color #721377: hue angle of 297º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721377 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 19 | 119 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.53 |
| HSL | 297º | 0.72% | 0.27% | - |
| HSV(B) | 297º | 0.84% | 0.47% | - |
| XYZ | 10.5 | 5.38 | 17.94 | - |
| YUV | 58.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 119 | 0.04 | 0.84 | 0 | 0.53 | 297 | 0.72 | 0.27 |
| Hex | 72 | 13 | 77 | 4 | 54 | 0 | 35 | 129 | 48 | 1B |
| Octal | 162 | 23 | 167 | 4 | 124 | 0 | 65 | 451 | 110 | 33 |
| Binary | 1110010 | 10011 | 1110111 | 100 | 1010100 | 0 | 110101 | 100101001 | 1001000 | 11011 |
Color Harmonies of #721377
Complementary color
Monochromatic Colors of #721377
Black with #721377
Text Example
Text Example
White with #721377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721377; }
p { color: rgb(114,19,119); }
H1.HeaderClassName
{
color: #721377;
}
.AnyTagClassName
{
color: #721377;
}
</style>
background-color css
<style>
a { background-color: #721377; }
a { background-color: rgb(114,19,119); }
div.DivClassName
{
background-color: #721377;
}
.BgClassName
{
background-color: #721377;
}
</style>
border-color css
<style>
span { border-color: #721377; }
span { border-color: rgb(114,19,119); }
td.TdClassName
{
border-color: #721377;
}
.TagClassName
{
border-color: #721377;
}
</style>