Shades of Purple #720C7C
Tints of Purple #720C7C
RGB
CMYK
RGB Variations
Color information
#720C7C (or 0x720C7C) is known color: Purple. HEX triplet: 72, 0C and 7C. RGB value is (114,12,124). Sum of RGB (Red+Green+Blue) = 114+12+124=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #720C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C7C is #8DF383. Grayscale: #363636. Windows color (decimal): -9302916 or 8129650. OLE color: 8129650.
HSL color Cylindrical-coordinate representation of color #720C7C: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720C7C is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 12 | 124 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.51 |
| HSL | 294.64º | 0.82% | 0.27% | - |
| HSV(B) | 294.64º | 0.9% | 0.49% | - |
| XYZ | 10.71 | 5.3 | 19.53 | - |
| YUV | 55.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 124 | 0.08 | 0.90 | 0 | 0.51 | 294.64 | 0.82 | 0.27 |
| Hex | 72 | C | 7C | 8 | 5A | 0 | 33 | 127 | 52 | 1B |
| Octal | 162 | 14 | 174 | 10 | 132 | 0 | 63 | 447 | 122 | 33 |
| Binary | 1110010 | 1100 | 1111100 | 1000 | 1011010 | 0 | 110011 | 100100111 | 1010010 | 11011 |
Color Harmonies of #720C7C
Complementary color
Monochromatic Colors of #720C7C
Black with #720C7C
Text Example
Text Example
White with #720C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C7C; }
p { color: rgb(114,12,124); }
H1.HeaderClassName
{
color: #720C7C;
}
.AnyTagClassName
{
color: #720C7C;
}
</style>
background-color css
<style>
a { background-color: #720C7C; }
a { background-color: rgb(114,12,124); }
div.DivClassName
{
background-color: #720C7C;
}
.BgClassName
{
background-color: #720C7C;
}
</style>
border-color css
<style>
span { border-color: #720C7C; }
span { border-color: rgb(114,12,124); }
td.TdClassName
{
border-color: #720C7C;
}
.TagClassName
{
border-color: #720C7C;
}
</style>