Shades of Purple #720065
Tints of Purple #720065
RGB
CMYK
RGB Variations
Color information
#720065 (or 0x720065) is known color: Purple. HEX triplet: 72, 00 and 65. RGB value is (114,0,101). Sum of RGB (Red+Green+Blue) = 114+0+101=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #720065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720065 is #8DFF9A. Grayscale: #2D2D2D. Windows color (decimal): -9306011 or 6619250. OLE color: 6619250.
HSL color Cylindrical-coordinate representation of color #720065: hue angle of 306.84º 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 #720065 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.11 | 0.55 |
| HSL | 306.84º | 1% | 0.22% | - |
| HSV(B) | 306.84º | 1% | 0.45% | - |
| XYZ | 9.29 | 4.52 | 12.69 | - |
| YUV | 45.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 101 | 0 | 1 | 0.11 | 0.55 | 306.84 | 1 | 0.22 |
| Hex | 72 | 0 | 65 | 0 | 64 | B | 37 | 133 | 64 | 16 |
| Octal | 162 | 0 | 145 | 0 | 144 | 13 | 67 | 463 | 144 | 26 |
| Binary | 1110010 | 0 | 1100101 | 0 | 1100100 | 1011 | 110111 | 100110011 | 1100100 | 10110 |
Color Harmonies of #720065
Complementary color
Monochromatic Colors of #720065
Black with #720065
Text Example
Text Example
White with #720065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720065; }
p { color: rgb(114,0,101); }
H1.HeaderClassName
{
color: #720065;
}
.AnyTagClassName
{
color: #720065;
}
</style>
background-color css
<style>
a { background-color: #720065; }
a { background-color: rgb(114,0,101); }
div.DivClassName
{
background-color: #720065;
}
.BgClassName
{
background-color: #720065;
}
</style>
border-color css
<style>
span { border-color: #720065; }
span { border-color: rgb(114,0,101); }
td.TdClassName
{
border-color: #720065;
}
.TagClassName
{
border-color: #720065;
}
</style>