Shades of Purple #720567
Tints of Purple #720567
RGB
CMYK
RGB Variations
Color information
#720567 (or 0x720567) is known color: Purple. HEX triplet: 72, 05 and 67. RGB value is (114,5,103). Sum of RGB (Red+Green+Blue) = 114+5+103=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720567 is #8DFA98. Grayscale: #303030. Windows color (decimal): -9304729 or 6751602. OLE color: 6751602.
HSL color Cylindrical-coordinate representation of color #720567: hue angle of 306.06º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720567 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 5 | 103 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.55 |
| HSL | 306.06º | 0.92% | 0.23% | - |
| HSV(B) | 306.06º | 0.96% | 0.45% | - |
| XYZ | 9.44 | 4.67 | 13.23 | - |
| YUV | 48.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 103 | 0 | 0.96 | 0.10 | 0.55 | 306.06 | 0.92 | 0.23 |
| Hex | 72 | 5 | 67 | 0 | 60 | A | 37 | 132 | 5C | 17 |
| Octal | 162 | 5 | 147 | 0 | 140 | 12 | 67 | 462 | 134 | 27 |
| Binary | 1110010 | 101 | 1100111 | 0 | 1100000 | 1010 | 110111 | 100110010 | 1011100 | 10111 |
Color Harmonies of #720567
Complementary color
Monochromatic Colors of #720567
Black with #720567
Text Example
Text Example
White with #720567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720567; }
p { color: rgb(114,5,103); }
H1.HeaderClassName
{
color: #720567;
}
.AnyTagClassName
{
color: #720567;
}
</style>
background-color css
<style>
a { background-color: #720567; }
a { background-color: rgb(114,5,103); }
div.DivClassName
{
background-color: #720567;
}
.BgClassName
{
background-color: #720567;
}
</style>
border-color css
<style>
span { border-color: #720567; }
span { border-color: rgb(114,5,103); }
td.TdClassName
{
border-color: #720567;
}
.TagClassName
{
border-color: #720567;
}
</style>