Shades of Purple #730565
Tints of Purple #730565
RGB
CMYK
RGB Variations
Color information
#730565 (or 0x730565) is known color: Purple. HEX triplet: 73, 05 and 65. RGB value is (115,5,101). Sum of RGB (Red+Green+Blue) = 115+5+101=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730565 is #8CFA9A. Grayscale: #303030. Windows color (decimal): -9239195 or 6620531. OLE color: 6620531.
HSL color Cylindrical-coordinate representation of color #730565: hue angle of 307.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730565 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 101 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.55 |
| HSL | 307.64º | 0.92% | 0.24% | - |
| HSV(B) | 307.64º | 0.96% | 0.45% | - |
| XYZ | 9.47 | 4.69 | 12.72 | - |
| YUV | 48.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 101 | 0 | 0.96 | 0.12 | 0.55 | 307.64 | 0.92 | 0.24 |
| Hex | 73 | 5 | 65 | 0 | 60 | C | 37 | 134 | 5C | 18 |
| Octal | 163 | 5 | 145 | 0 | 140 | 14 | 67 | 464 | 134 | 30 |
| Binary | 1110011 | 101 | 1100101 | 0 | 1100000 | 1100 | 110111 | 100110100 | 1011100 | 11000 |
Color Harmonies of #730565
Complementary color
Monochromatic Colors of #730565
Black with #730565
Text Example
Text Example
White with #730565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730565; }
p { color: rgb(115,5,101); }
H1.HeaderClassName
{
color: #730565;
}
.AnyTagClassName
{
color: #730565;
}
</style>
background-color css
<style>
a { background-color: #730565; }
a { background-color: rgb(115,5,101); }
div.DivClassName
{
background-color: #730565;
}
.BgClassName
{
background-color: #730565;
}
</style>
border-color css
<style>
span { border-color: #730565; }
span { border-color: rgb(115,5,101); }
td.TdClassName
{
border-color: #730565;
}
.TagClassName
{
border-color: #730565;
}
</style>