Shades of Purple #720B7D
Tints of Purple #720B7D
RGB
CMYK
RGB Variations
Color information
#720B7D (or 0x720B7D) is known color: Purple. HEX triplet: 72, 0B and 7D. RGB value is (114,11,125). Sum of RGB (Red+Green+Blue) = 114+11+125=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #720B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B7D is #8DF482. Grayscale: #363636. Windows color (decimal): -9303171 or 8194930. OLE color: 8194930.
HSL color Cylindrical-coordinate representation of color #720B7D: hue angle of 294.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720B7D is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 11 | 125 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.51 |
| HSL | 294.21º | 0.84% | 0.27% | - |
| HSV(B) | 294.21º | 0.91% | 0.49% | - |
| XYZ | 10.76 | 5.3 | 19.86 | - |
| YUV | 54.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 125 | 0.09 | 0.91 | 0 | 0.51 | 294.21 | 0.84 | 0.27 |
| Hex | 72 | B | 7D | 9 | 5B | 0 | 33 | 126 | 54 | 1B |
| Octal | 162 | 13 | 175 | 11 | 133 | 0 | 63 | 446 | 124 | 33 |
| Binary | 1110010 | 1011 | 1111101 | 1001 | 1011011 | 0 | 110011 | 100100110 | 1010100 | 11011 |
Color Harmonies of #720B7D
Complementary color
Monochromatic Colors of #720B7D
Black with #720B7D
Text Example
Text Example
White with #720B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B7D; }
p { color: rgb(114,11,125); }
H1.HeaderClassName
{
color: #720B7D;
}
.AnyTagClassName
{
color: #720B7D;
}
</style>
background-color css
<style>
a { background-color: #720B7D; }
a { background-color: rgb(114,11,125); }
div.DivClassName
{
background-color: #720B7D;
}
.BgClassName
{
background-color: #720B7D;
}
</style>
border-color css
<style>
span { border-color: #720B7D; }
span { border-color: rgb(114,11,125); }
td.TdClassName
{
border-color: #720B7D;
}
.TagClassName
{
border-color: #720B7D;
}
</style>