Shades of Purple #720067
Tints of Purple #720067
RGB
CMYK
RGB Variations
Color information
#720067 (or 0x720067) is known color: Purple. HEX triplet: 72, 00 and 67. RGB value is (114,0,103). Sum of RGB (Red+Green+Blue) = 114+0+103=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720067 is #8DFF98. Grayscale: #2D2D2D. Windows color (decimal): -9306009 or 6750322. OLE color: 6750322.
HSL color Cylindrical-coordinate representation of color #720067: hue angle of 305.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720067 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.10 | 0.55 |
| HSL | 305.79º | 1% | 0.22% | - |
| HSV(B) | 305.79º | 1% | 0.45% | - |
| XYZ | 9.39 | 4.56 | 13.22 | - |
| YUV | 45.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 103 | 0 | 1 | 0.10 | 0.55 | 305.79 | 1 | 0.22 |
| Hex | 72 | 0 | 67 | 0 | 64 | A | 37 | 132 | 64 | 16 |
| Octal | 162 | 0 | 147 | 0 | 144 | 12 | 67 | 462 | 144 | 26 |
| Binary | 1110010 | 0 | 1100111 | 0 | 1100100 | 1010 | 110111 | 100110010 | 1100100 | 10110 |
Color Harmonies of #720067
Complementary color
Monochromatic Colors of #720067
Black with #720067
Text Example
Text Example
White with #720067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720067; }
p { color: rgb(114,0,103); }
H1.HeaderClassName
{
color: #720067;
}
.AnyTagClassName
{
color: #720067;
}
</style>
background-color css
<style>
a { background-color: #720067; }
a { background-color: rgb(114,0,103); }
div.DivClassName
{
background-color: #720067;
}
.BgClassName
{
background-color: #720067;
}
</style>
border-color css
<style>
span { border-color: #720067; }
span { border-color: rgb(114,0,103); }
td.TdClassName
{
border-color: #720067;
}
.TagClassName
{
border-color: #720067;
}
</style>