Shades of Purple #72015E
Tints of Purple #72015E
RGB
CMYK
RGB Variations
Color information
#72015E (or 0x72015E) is known color: Purple. HEX triplet: 72, 01 and 5E. RGB value is (114,1,94). Sum of RGB (Red+Green+Blue) = 114+1+94=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015E is #8DFEA1. Grayscale: #2D2D2D. Windows color (decimal): -9305762 or 6160754. OLE color: 6160754.
HSL color Cylindrical-coordinate representation of color #72015E: hue angle of 310.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72015E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.55 |
| HSL | 310.62º | 0.98% | 0.23% | - |
| HSV(B) | 310.62º | 0.99% | 0.45% | - |
| XYZ | 8.97 | 4.41 | 10.97 | - |
| YUV | 45.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 94 | 0 | 0.99 | 0.18 | 0.55 | 310.62 | 0.98 | 0.23 |
| Hex | 72 | 1 | 5E | 0 | 63 | 12 | 37 | 137 | 62 | 17 |
| Octal | 162 | 1 | 136 | 0 | 143 | 22 | 67 | 467 | 142 | 27 |
| Binary | 1110010 | 1 | 1011110 | 0 | 1100011 | 10010 | 110111 | 100110111 | 1100010 | 10111 |
Color Harmonies of #72015E
Complementary color
Monochromatic Colors of #72015E
Black with #72015E
Text Example
Text Example
White with #72015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72015E; }
p { color: rgb(114,1,94); }
H1.HeaderClassName
{
color: #72015E;
}
.AnyTagClassName
{
color: #72015E;
}
</style>
background-color css
<style>
a { background-color: #72015E; }
a { background-color: rgb(114,1,94); }
div.DivClassName
{
background-color: #72015E;
}
.BgClassName
{
background-color: #72015E;
}
</style>
border-color css
<style>
span { border-color: #72015E; }
span { border-color: rgb(114,1,94); }
td.TdClassName
{
border-color: #72015E;
}
.TagClassName
{
border-color: #72015E;
}
</style>