Shades of Purple #720D8C
Tints of Purple #720D8C
RGB
CMYK
RGB Variations
Color information
#720D8C (or 0x720D8C) is known color: Purple. HEX triplet: 72, 0D and 8C. RGB value is (114,13,140). Sum of RGB (Red+Green+Blue) = 114+13+140=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #720D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720D8C is #8DF273. Grayscale: #393939. Windows color (decimal): -9302644 or 9178482. OLE color: 9178482.
HSL color Cylindrical-coordinate representation of color #720D8C: hue angle of 287.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720D8C is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 13 | 140 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.45 |
| HSL | 287.72º | 0.83% | 0.3% | - |
| HSV(B) | 287.72º | 0.91% | 0.55% | - |
| XYZ | 11.82 | 5.76 | 25.3 | - |
| YUV | 57.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 140 | 0.19 | 0.91 | 0 | 0.45 | 287.72 | 0.83 | 0.3 |
| Hex | 72 | D | 8C | 13 | 5B | 0 | 2D | 120 | 53 | 1E |
| Octal | 162 | 15 | 214 | 23 | 133 | 0 | 55 | 440 | 123 | 36 |
| Binary | 1110010 | 1101 | 10001100 | 10011 | 1011011 | 0 | 101101 | 100100000 | 1010011 | 11110 |
Color Harmonies of #720D8C
Complementary color
Monochromatic Colors of #720D8C
Black with #720D8C
Text Example
Text Example
White with #720D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D8C; }
p { color: rgb(114,13,140); }
H1.HeaderClassName
{
color: #720D8C;
}
.AnyTagClassName
{
color: #720D8C;
}
</style>
background-color css
<style>
a { background-color: #720D8C; }
a { background-color: rgb(114,13,140); }
div.DivClassName
{
background-color: #720D8C;
}
.BgClassName
{
background-color: #720D8C;
}
</style>
border-color css
<style>
span { border-color: #720D8C; }
span { border-color: rgb(114,13,140); }
td.TdClassName
{
border-color: #720D8C;
}
.TagClassName
{
border-color: #720D8C;
}
</style>