Shades of Purple #72178C
Tints of Purple #72178C
RGB
CMYK
RGB Variations
Color information
#72178C (or 0x72178C) is known color: Purple. HEX triplet: 72, 17 and 8C. RGB value is (114,23,140). Sum of RGB (Red+Green+Blue) = 114+23+140=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #72178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72178C is #8DE873. Grayscale: #3F3F3F. Windows color (decimal): -9300084 or 9181042. OLE color: 9181042.
HSL color Cylindrical-coordinate representation of color #72178C: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72178C is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 23 | 140 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.45 |
| HSL | 286.67º | 0.72% | 0.32% | - |
| HSV(B) | 286.67º | 0.84% | 0.55% | - |
| XYZ | 11.98 | 6.08 | 25.35 | - |
| YUV | 63.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 140 | 0.19 | 0.84 | 0 | 0.45 | 286.67 | 0.72 | 0.32 |
| Hex | 72 | 17 | 8C | 13 | 54 | 0 | 2D | 11F | 48 | 20 |
| Octal | 162 | 27 | 214 | 23 | 124 | 0 | 55 | 437 | 110 | 40 |
| Binary | 1110010 | 10111 | 10001100 | 10011 | 1010100 | 0 | 101101 | 100011111 | 1001000 | 100000 |
Color Harmonies of #72178C
Complementary color
Monochromatic Colors of #72178C
Black with #72178C
Text Example
Text Example
White with #72178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72178C; }
p { color: rgb(114,23,140); }
H1.HeaderClassName
{
color: #72178C;
}
.AnyTagClassName
{
color: #72178C;
}
</style>
background-color css
<style>
a { background-color: #72178C; }
a { background-color: rgb(114,23,140); }
div.DivClassName
{
background-color: #72178C;
}
.BgClassName
{
background-color: #72178C;
}
</style>
border-color css
<style>
span { border-color: #72178C; }
span { border-color: rgb(114,23,140); }
td.TdClassName
{
border-color: #72178C;
}
.TagClassName
{
border-color: #72178C;
}
</style>