Shades of Purple #721275
Tints of Purple #721275
RGB
CMYK
RGB Variations
Color information
#721275 (or 0x721275) is known color: Purple. HEX triplet: 72, 12 and 75. RGB value is (114,18,117). Sum of RGB (Red+Green+Blue) = 114+18+117=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #721275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721275 is #8DED8A. Grayscale: #393939. Windows color (decimal): -9301387 or 7672434. OLE color: 7672434.
HSL color Cylindrical-coordinate representation of color #721275: hue angle of 298.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721275 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 18 | 117 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.54 |
| HSL | 298.18º | 0.73% | 0.26% | - |
| HSV(B) | 298.18º | 0.85% | 0.46% | - |
| XYZ | 10.37 | 5.29 | 17.31 | - |
| YUV | 57.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 117 | 0.03 | 0.85 | 0 | 0.54 | 298.18 | 0.73 | 0.26 |
| Hex | 72 | 12 | 75 | 3 | 55 | 0 | 36 | 12A | 49 | 1A |
| Octal | 162 | 22 | 165 | 3 | 125 | 0 | 66 | 452 | 111 | 32 |
| Binary | 1110010 | 10010 | 1110101 | 11 | 1010101 | 0 | 110110 | 100101010 | 1001001 | 11010 |
Color Harmonies of #721275
Complementary color
Monochromatic Colors of #721275
Black with #721275
Text Example
Text Example
White with #721275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721275; }
p { color: rgb(114,18,117); }
H1.HeaderClassName
{
color: #721275;
}
.AnyTagClassName
{
color: #721275;
}
</style>
background-color css
<style>
a { background-color: #721275; }
a { background-color: rgb(114,18,117); }
div.DivClassName
{
background-color: #721275;
}
.BgClassName
{
background-color: #721275;
}
</style>
border-color css
<style>
span { border-color: #721275; }
span { border-color: rgb(114,18,117); }
td.TdClassName
{
border-color: #721275;
}
.TagClassName
{
border-color: #721275;
}
</style>