Shades of Purple #711272
Tints of Purple #711272
RGB
CMYK
RGB Variations
Color information
#711272 (or 0x711272) is known color: Purple. HEX triplet: 71, 12 and 72. RGB value is (113,18,114). Sum of RGB (Red+Green+Blue) = 113+18+114=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #711272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711272 is #8EED8D. Grayscale: #393939. Windows color (decimal): -9366926 or 7475825. OLE color: 7475825.
HSL color Cylindrical-coordinate representation of color #711272: hue angle of 299.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711272 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 18 | 114 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.55 |
| HSL | 299.38º | 0.73% | 0.26% | - |
| HSV(B) | 299.38º | 0.84% | 0.45% | - |
| XYZ | 10.06 | 5.16 | 16.38 | - |
| YUV | 57.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 114 | 0.01 | 0.84 | 0 | 0.55 | 299.38 | 0.73 | 0.26 |
| Hex | 71 | 12 | 72 | 1 | 54 | 0 | 37 | 12B | 49 | 1A |
| Octal | 161 | 22 | 162 | 1 | 124 | 0 | 67 | 453 | 111 | 32 |
| Binary | 1110001 | 10010 | 1110010 | 1 | 1010100 | 0 | 110111 | 100101011 | 1001001 | 11010 |
Color Harmonies of #711272
Complementary color
Monochromatic Colors of #711272
Black with #711272
Text Example
Text Example
White with #711272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711272; }
p { color: rgb(113,18,114); }
H1.HeaderClassName
{
color: #711272;
}
.AnyTagClassName
{
color: #711272;
}
</style>
background-color css
<style>
a { background-color: #711272; }
a { background-color: rgb(113,18,114); }
div.DivClassName
{
background-color: #711272;
}
.BgClassName
{
background-color: #711272;
}
</style>
border-color css
<style>
span { border-color: #711272; }
span { border-color: rgb(113,18,114); }
td.TdClassName
{
border-color: #711272;
}
.TagClassName
{
border-color: #711272;
}
</style>