Shades of Purple #730584
Tints of Purple #730584
RGB
CMYK
RGB Variations
Color information
#730584 (or 0x730584) is known color: Purple. HEX triplet: 73, 05 and 84. RGB value is (115,5,132). Sum of RGB (Red+Green+Blue) = 115+5+132=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #730584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730584 is #8CFA7B. Grayscale: #333333. Windows color (decimal): -9239164 or 8652147. OLE color: 8652147.
HSL color Cylindrical-coordinate representation of color #730584: hue angle of 291.97º 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 #730584 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 5 | 132 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.48 |
| HSL | 291.97º | 0.93% | 0.27% | - |
| HSV(B) | 291.97º | 0.96% | 0.52% | - |
| XYZ | 11.29 | 5.42 | 22.28 | - |
| YUV | 52.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 132 | 0.13 | 0.96 | 0 | 0.48 | 291.97 | 0.93 | 0.27 |
| Hex | 73 | 5 | 84 | D | 60 | 0 | 30 | 124 | 5D | 1B |
| Octal | 163 | 5 | 204 | 15 | 140 | 0 | 60 | 444 | 135 | 33 |
| Binary | 1110011 | 101 | 10000100 | 1101 | 1100000 | 0 | 110000 | 100100100 | 1011101 | 11011 |
Color Harmonies of #730584
Complementary color
Monochromatic Colors of #730584
Black with #730584
Text Example
Text Example
White with #730584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730584; }
p { color: rgb(115,5,132); }
H1.HeaderClassName
{
color: #730584;
}
.AnyTagClassName
{
color: #730584;
}
</style>
background-color css
<style>
a { background-color: #730584; }
a { background-color: rgb(115,5,132); }
div.DivClassName
{
background-color: #730584;
}
.BgClassName
{
background-color: #730584;
}
</style>
border-color css
<style>
span { border-color: #730584; }
span { border-color: rgb(115,5,132); }
td.TdClassName
{
border-color: #730584;
}
.TagClassName
{
border-color: #730584;
}
</style>