Shades of Purple #72016B
Tints of Purple #72016B
RGB
CMYK
RGB Variations
Color information
#72016B (or 0x72016B) is known color: Purple. HEX triplet: 72, 01 and 6B. RGB value is (114,1,107). Sum of RGB (Red+Green+Blue) = 114+1+107=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72016B is #8DFE94. Grayscale: #2E2E2E. Windows color (decimal): -9305749 or 7012722. OLE color: 7012722.
HSL color Cylindrical-coordinate representation of color #72016B: hue angle of 303.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72016B is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.55 |
| HSL | 303.72º | 0.98% | 0.23% | - |
| HSV(B) | 303.72º | 0.99% | 0.45% | - |
| XYZ | 9.6 | 4.66 | 14.3 | - |
| YUV | 46.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 107 | 0 | 0.99 | 0.06 | 0.55 | 303.72 | 0.98 | 0.23 |
| Hex | 72 | 1 | 6B | 0 | 63 | 6 | 37 | 130 | 62 | 17 |
| Octal | 162 | 1 | 153 | 0 | 143 | 6 | 67 | 460 | 142 | 27 |
| Binary | 1110010 | 1 | 1101011 | 0 | 1100011 | 110 | 110111 | 100110000 | 1100010 | 10111 |
Color Harmonies of #72016B
Complementary color
Monochromatic Colors of #72016B
Black with #72016B
Text Example
Text Example
White with #72016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72016B; }
p { color: rgb(114,1,107); }
H1.HeaderClassName
{
color: #72016B;
}
.AnyTagClassName
{
color: #72016B;
}
</style>
background-color css
<style>
a { background-color: #72016B; }
a { background-color: rgb(114,1,107); }
div.DivClassName
{
background-color: #72016B;
}
.BgClassName
{
background-color: #72016B;
}
</style>
border-color css
<style>
span { border-color: #72016B; }
span { border-color: rgb(114,1,107); }
td.TdClassName
{
border-color: #72016B;
}
.TagClassName
{
border-color: #72016B;
}
</style>