Shades of Purple #720768
Tints of Purple #720768
RGB
CMYK
RGB Variations
Color information
#720768 (or 0x720768) is known color: Purple. HEX triplet: 72, 07 and 68. RGB value is (114,7,104). Sum of RGB (Red+Green+Blue) = 114+7+104=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #720768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720768 is #8DF897. Grayscale: #313131. Windows color (decimal): -9304216 or 6817650. OLE color: 6817650.
HSL color Cylindrical-coordinate representation of color #720768: hue angle of 305.61º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720768 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 7 | 104 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.55 |
| HSL | 305.61º | 0.88% | 0.24% | - |
| HSV(B) | 305.61º | 0.94% | 0.45% | - |
| XYZ | 9.51 | 4.73 | 13.51 | - |
| YUV | 50.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 104 | 0 | 0.94 | 0.09 | 0.55 | 305.61 | 0.88 | 0.24 |
| Hex | 72 | 7 | 68 | 0 | 5E | 9 | 37 | 132 | 58 | 18 |
| Octal | 162 | 7 | 150 | 0 | 136 | 11 | 67 | 462 | 130 | 30 |
| Binary | 1110010 | 111 | 1101000 | 0 | 1011110 | 1001 | 110111 | 100110010 | 1011000 | 11000 |
Color Harmonies of #720768
Complementary color
Monochromatic Colors of #720768
Black with #720768
Text Example
Text Example
White with #720768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720768; }
p { color: rgb(114,7,104); }
H1.HeaderClassName
{
color: #720768;
}
.AnyTagClassName
{
color: #720768;
}
</style>
background-color css
<style>
a { background-color: #720768; }
a { background-color: rgb(114,7,104); }
div.DivClassName
{
background-color: #720768;
}
.BgClassName
{
background-color: #720768;
}
</style>
border-color css
<style>
span { border-color: #720768; }
span { border-color: rgb(114,7,104); }
td.TdClassName
{
border-color: #720768;
}
.TagClassName
{
border-color: #720768;
}
</style>