Shades of Purple #720C8A
Tints of Purple #720C8A
RGB
CMYK
RGB Variations
Color information
#720C8A (or 0x720C8A) is known color: Purple. HEX triplet: 72, 0C and 8A. RGB value is (114,12,138). Sum of RGB (Red+Green+Blue) = 114+12+138=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #720C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C8A is #8DF375. Grayscale: #383838. Windows color (decimal): -9302902 or 9047154. OLE color: 9047154.
HSL color Cylindrical-coordinate representation of color #720C8A: hue angle of 288.57º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720C8A is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 12 | 138 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.46 |
| HSL | 288.57º | 0.84% | 0.29% | - |
| HSV(B) | 288.57º | 0.91% | 0.54% | - |
| XYZ | 11.66 | 5.68 | 24.53 | - |
| YUV | 56.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 138 | 0.17 | 0.91 | 0 | 0.46 | 288.57 | 0.84 | 0.29 |
| Hex | 72 | C | 8A | 11 | 5B | 0 | 2E | 121 | 54 | 1D |
| Octal | 162 | 14 | 212 | 21 | 133 | 0 | 56 | 441 | 124 | 35 |
| Binary | 1110010 | 1100 | 10001010 | 10001 | 1011011 | 0 | 101110 | 100100001 | 1010100 | 11101 |
Color Harmonies of #720C8A
Complementary color
Monochromatic Colors of #720C8A
Black with #720C8A
Text Example
Text Example
White with #720C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C8A; }
p { color: rgb(114,12,138); }
H1.HeaderClassName
{
color: #720C8A;
}
.AnyTagClassName
{
color: #720C8A;
}
</style>
background-color css
<style>
a { background-color: #720C8A; }
a { background-color: rgb(114,12,138); }
div.DivClassName
{
background-color: #720C8A;
}
.BgClassName
{
background-color: #720C8A;
}
</style>
border-color css
<style>
span { border-color: #720C8A; }
span { border-color: rgb(114,12,138); }
td.TdClassName
{
border-color: #720C8A;
}
.TagClassName
{
border-color: #720C8A;
}
</style>