Shades of Purple #720585
Tints of Purple #720585
RGB
CMYK
RGB Variations
Color information
#720585 (or 0x720585) is known color: Purple. HEX triplet: 72, 05 and 85. RGB value is (114,5,133). Sum of RGB (Red+Green+Blue) = 114+5+133=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #720585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720585 is #8DFA7A. Grayscale: #333333. Windows color (decimal): -9304699 or 8717682. OLE color: 8717682.
HSL color Cylindrical-coordinate representation of color #720585: hue angle of 291.09º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720585 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 5 | 133 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.48 |
| HSL | 291.09º | 0.93% | 0.27% | - |
| HSV(B) | 291.09º | 0.96% | 0.52% | - |
| XYZ | 11.23 | 5.38 | 22.64 | - |
| YUV | 52.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 133 | 0.14 | 0.96 | 0 | 0.48 | 291.09 | 0.93 | 0.27 |
| Hex | 72 | 5 | 85 | E | 60 | 0 | 30 | 123 | 5D | 1B |
| Octal | 162 | 5 | 205 | 16 | 140 | 0 | 60 | 443 | 135 | 33 |
| Binary | 1110010 | 101 | 10000101 | 1110 | 1100000 | 0 | 110000 | 100100011 | 1011101 | 11011 |
Color Harmonies of #720585
Complementary color
Monochromatic Colors of #720585
Black with #720585
Text Example
Text Example
White with #720585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720585; }
p { color: rgb(114,5,133); }
H1.HeaderClassName
{
color: #720585;
}
.AnyTagClassName
{
color: #720585;
}
</style>
background-color css
<style>
a { background-color: #720585; }
a { background-color: rgb(114,5,133); }
div.DivClassName
{
background-color: #720585;
}
.BgClassName
{
background-color: #720585;
}
</style>
border-color css
<style>
span { border-color: #720585; }
span { border-color: rgb(114,5,133); }
td.TdClassName
{
border-color: #720585;
}
.TagClassName
{
border-color: #720585;
}
</style>