Shades of Purple #720F7C
Tints of Purple #720F7C
RGB
CMYK
RGB Variations
Color information
#720F7C (or 0x720F7C) is known color: Purple. HEX triplet: 72, 0F and 7C. RGB value is (114,15,124). Sum of RGB (Red+Green+Blue) = 114+15+124=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #720F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F7C is #8DF083. Grayscale: #383838. Windows color (decimal): -9302148 or 8130418. OLE color: 8130418.
HSL color Cylindrical-coordinate representation of color #720F7C: hue angle of 294.5º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720F7C is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 15 | 124 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.51 |
| HSL | 294.5º | 0.78% | 0.27% | - |
| HSV(B) | 294.5º | 0.88% | 0.49% | - |
| XYZ | 10.75 | 5.37 | 19.54 | - |
| YUV | 57.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 124 | 0.08 | 0.88 | 0 | 0.51 | 294.5 | 0.78 | 0.27 |
| Hex | 72 | F | 7C | 8 | 58 | 0 | 33 | 126 | 4E | 1B |
| Octal | 162 | 17 | 174 | 10 | 130 | 0 | 63 | 446 | 116 | 33 |
| Binary | 1110010 | 1111 | 1111100 | 1000 | 1011000 | 0 | 110011 | 100100110 | 1001110 | 11011 |
Color Harmonies of #720F7C
Complementary color
Monochromatic Colors of #720F7C
Black with #720F7C
Text Example
Text Example
White with #720F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F7C; }
p { color: rgb(114,15,124); }
H1.HeaderClassName
{
color: #720F7C;
}
.AnyTagClassName
{
color: #720F7C;
}
</style>
background-color css
<style>
a { background-color: #720F7C; }
a { background-color: rgb(114,15,124); }
div.DivClassName
{
background-color: #720F7C;
}
.BgClassName
{
background-color: #720F7C;
}
</style>
border-color css
<style>
span { border-color: #720F7C; }
span { border-color: rgb(114,15,124); }
td.TdClassName
{
border-color: #720F7C;
}
.TagClassName
{
border-color: #720F7C;
}
</style>