Shades of Purple #72138B
Tints of Purple #72138B
RGB
CMYK
RGB Variations
Color information
#72138B (or 0x72138B) is known color: Purple. HEX triplet: 72, 13 and 8B. RGB value is (114,19,139). Sum of RGB (Red+Green+Blue) = 114+19+139=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #72138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72138B is #8DEC74. Grayscale: #3C3C3C. Windows color (decimal): -9301109 or 9114482. OLE color: 9114482.
HSL color Cylindrical-coordinate representation of color #72138B: hue angle of 287.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72138B is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 19 | 139 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.45 |
| HSL | 287.5º | 0.76% | 0.31% | - |
| HSV(B) | 287.5º | 0.86% | 0.55% | - |
| XYZ | 11.83 | 5.91 | 24.94 | - |
| YUV | 61.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 139 | 0.18 | 0.86 | 0 | 0.45 | 287.5 | 0.76 | 0.31 |
| Hex | 72 | 13 | 8B | 12 | 56 | 0 | 2D | 120 | 4C | 1F |
| Octal | 162 | 23 | 213 | 22 | 126 | 0 | 55 | 440 | 114 | 37 |
| Binary | 1110010 | 10011 | 10001011 | 10010 | 1010110 | 0 | 101101 | 100100000 | 1001100 | 11111 |
Color Harmonies of #72138B
Complementary color
Monochromatic Colors of #72138B
Black with #72138B
Text Example
Text Example
White with #72138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72138B; }
p { color: rgb(114,19,139); }
H1.HeaderClassName
{
color: #72138B;
}
.AnyTagClassName
{
color: #72138B;
}
</style>
background-color css
<style>
a { background-color: #72138B; }
a { background-color: rgb(114,19,139); }
div.DivClassName
{
background-color: #72138B;
}
.BgClassName
{
background-color: #72138B;
}
</style>
border-color css
<style>
span { border-color: #72138B; }
span { border-color: rgb(114,19,139); }
td.TdClassName
{
border-color: #72138B;
}
.TagClassName
{
border-color: #72138B;
}
</style>