Shades of Purple #72127A
Tints of Purple #72127A
RGB
CMYK
RGB Variations
Color information
#72127A (or 0x72127A) is known color: Purple. HEX triplet: 72, 12 and 7A. RGB value is (114,18,122). Sum of RGB (Red+Green+Blue) = 114+18+122=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #72127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72127A is #8DED85. Grayscale: #3A3A3A. Windows color (decimal): -9301382 or 8000114. OLE color: 8000114.
HSL color Cylindrical-coordinate representation of color #72127A: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72127A is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 18 | 122 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.52 |
| HSL | 295.38º | 0.74% | 0.27% | - |
| HSV(B) | 295.38º | 0.85% | 0.48% | - |
| XYZ | 10.67 | 5.42 | 18.9 | - |
| YUV | 58.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 122 | 0.07 | 0.85 | 0 | 0.52 | 295.38 | 0.74 | 0.27 |
| Hex | 72 | 12 | 7A | 7 | 55 | 0 | 34 | 127 | 4A | 1B |
| Octal | 162 | 22 | 172 | 7 | 125 | 0 | 64 | 447 | 112 | 33 |
| Binary | 1110010 | 10010 | 1111010 | 111 | 1010101 | 0 | 110100 | 100100111 | 1001010 | 11011 |
Color Harmonies of #72127A
Complementary color
Monochromatic Colors of #72127A
Black with #72127A
Text Example
Text Example
White with #72127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72127A; }
p { color: rgb(114,18,122); }
H1.HeaderClassName
{
color: #72127A;
}
.AnyTagClassName
{
color: #72127A;
}
</style>
background-color css
<style>
a { background-color: #72127A; }
a { background-color: rgb(114,18,122); }
div.DivClassName
{
background-color: #72127A;
}
.BgClassName
{
background-color: #72127A;
}
</style>
border-color css
<style>
span { border-color: #72127A; }
span { border-color: rgb(114,18,122); }
td.TdClassName
{
border-color: #72127A;
}
.TagClassName
{
border-color: #72127A;
}
</style>