Shades of Purple #72017D
Tints of Purple #72017D
RGB
CMYK
RGB Variations
Color information
#72017D (or 0x72017D) is known color: Purple. HEX triplet: 72, 01 and 7D. RGB value is (114,1,125). Sum of RGB (Red+Green+Blue) = 114+1+125=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #72017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72017D is #8DFE82. Grayscale: #303030. Windows color (decimal): -9305731 or 8192370. OLE color: 8192370.
HSL color Cylindrical-coordinate representation of color #72017D: hue angle of 294.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72017D is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 1 | 125 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.51 |
| HSL | 294.68º | 0.98% | 0.25% | - |
| HSV(B) | 294.68º | 0.99% | 0.49% | - |
| XYZ | 10.65 | 5.08 | 19.82 | - |
| YUV | 48.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 125 | 0.09 | 0.99 | 0 | 0.51 | 294.68 | 0.98 | 0.25 |
| Hex | 72 | 1 | 7D | 9 | 63 | 0 | 33 | 127 | 62 | 19 |
| Octal | 162 | 1 | 175 | 11 | 143 | 0 | 63 | 447 | 142 | 31 |
| Binary | 1110010 | 1 | 1111101 | 1001 | 1100011 | 0 | 110011 | 100100111 | 1100010 | 11001 |
Color Harmonies of #72017D
Complementary color
Monochromatic Colors of #72017D
Black with #72017D
Text Example
Text Example
White with #72017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72017D; }
p { color: rgb(114,1,125); }
H1.HeaderClassName
{
color: #72017D;
}
.AnyTagClassName
{
color: #72017D;
}
</style>
background-color css
<style>
a { background-color: #72017D; }
a { background-color: rgb(114,1,125); }
div.DivClassName
{
background-color: #72017D;
}
.BgClassName
{
background-color: #72017D;
}
</style>
border-color css
<style>
span { border-color: #72017D; }
span { border-color: rgb(114,1,125); }
td.TdClassName
{
border-color: #72017D;
}
.TagClassName
{
border-color: #72017D;
}
</style>