Shades of Purple #72028F
Tints of Purple #72028F
RGB
CMYK
RGB Variations
Color information
#72028F (or 0x72028F) is known color: Purple. HEX triplet: 72, 02 and 8F. RGB value is (114,2,143). Sum of RGB (Red+Green+Blue) = 114+2+143=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #72028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72028F is #8DFD70. Grayscale: #333333. Windows color (decimal): -9305457 or 9372274. OLE color: 9372274.
HSL color Cylindrical-coordinate representation of color #72028F: hue angle of 287.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72028F is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 2 | 143 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.44 |
| HSL | 287.66º | 0.97% | 0.28% | - |
| HSV(B) | 287.66º | 0.99% | 0.56% | - |
| XYZ | 11.92 | 5.6 | 26.44 | - |
| YUV | 51.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 143 | 0.20 | 0.99 | 0 | 0.44 | 287.66 | 0.97 | 0.28 |
| Hex | 72 | 2 | 8F | 14 | 63 | 0 | 2C | 120 | 61 | 1C |
| Octal | 162 | 2 | 217 | 24 | 143 | 0 | 54 | 440 | 141 | 34 |
| Binary | 1110010 | 10 | 10001111 | 10100 | 1100011 | 0 | 101100 | 100100000 | 1100001 | 11100 |
Color Harmonies of #72028F
Complementary color
Monochromatic Colors of #72028F
Black with #72028F
Text Example
Text Example
White with #72028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72028F; }
p { color: rgb(114,2,143); }
H1.HeaderClassName
{
color: #72028F;
}
.AnyTagClassName
{
color: #72028F;
}
</style>
background-color css
<style>
a { background-color: #72028F; }
a { background-color: rgb(114,2,143); }
div.DivClassName
{
background-color: #72028F;
}
.BgClassName
{
background-color: #72028F;
}
</style>
border-color css
<style>
span { border-color: #72028F; }
span { border-color: rgb(114,2,143); }
td.TdClassName
{
border-color: #72028F;
}
.TagClassName
{
border-color: #72028F;
}
</style>