Shades of Purple #720B8A
Tints of Purple #720B8A
RGB
CMYK
RGB Variations
Color information
#720B8A (or 0x720B8A) is known color: Purple. HEX triplet: 72, 0B and 8A. RGB value is (114,11,138). Sum of RGB (Red+Green+Blue) = 114+11+138=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #720B8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B8A is #8DF475. Grayscale: #373737. Windows color (decimal): -9303158 or 9046898. OLE color: 9046898.
HSL color Cylindrical-coordinate representation of color #720B8A: hue angle of 288.66º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720B8A is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 11 | 138 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.46 |
| HSL | 288.66º | 0.85% | 0.29% | - |
| HSV(B) | 288.66º | 0.92% | 0.54% | - |
| XYZ | 11.65 | 5.65 | 24.52 | - |
| YUV | 56.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 138 | 0.17 | 0.92 | 0 | 0.46 | 288.66 | 0.85 | 0.29 |
| Hex | 72 | B | 8A | 11 | 5C | 0 | 2E | 121 | 55 | 1D |
| Octal | 162 | 13 | 212 | 21 | 134 | 0 | 56 | 441 | 125 | 35 |
| Binary | 1110010 | 1011 | 10001010 | 10001 | 1011100 | 0 | 101110 | 100100001 | 1010101 | 11101 |
Color Harmonies of #720B8A
Complementary color
Monochromatic Colors of #720B8A
Black with #720B8A
Text Example
Text Example
White with #720B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B8A; }
p { color: rgb(114,11,138); }
H1.HeaderClassName
{
color: #720B8A;
}
.AnyTagClassName
{
color: #720B8A;
}
</style>
background-color css
<style>
a { background-color: #720B8A; }
a { background-color: rgb(114,11,138); }
div.DivClassName
{
background-color: #720B8A;
}
.BgClassName
{
background-color: #720B8A;
}
</style>
border-color css
<style>
span { border-color: #720B8A; }
span { border-color: rgb(114,11,138); }
td.TdClassName
{
border-color: #720B8A;
}
.TagClassName
{
border-color: #720B8A;
}
</style>