Shades of Purple #730360
Tints of Purple #730360
RGB
CMYK
RGB Variations
Color information
#730360 (or 0x730360) is known color: Purple. HEX triplet: 73, 03 and 60. RGB value is (115,3,96). Sum of RGB (Red+Green+Blue) = 115+3+96=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730360 is #8CFC9F. Grayscale: #2E2E2E. Windows color (decimal): -9239712 or 6292339. OLE color: 6292339.
HSL color Cylindrical-coordinate representation of color #730360: hue angle of 310.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730360 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 96 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.55 |
| HSL | 310.18º | 0.95% | 0.23% | - |
| HSV(B) | 310.18º | 0.97% | 0.45% | - |
| XYZ | 9.21 | 4.55 | 11.46 | - |
| YUV | 47.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 96 | 0 | 0.97 | 0.17 | 0.55 | 310.18 | 0.95 | 0.23 |
| Hex | 73 | 3 | 60 | 0 | 61 | 11 | 37 | 136 | 5F | 17 |
| Octal | 163 | 3 | 140 | 0 | 141 | 21 | 67 | 466 | 137 | 27 |
| Binary | 1110011 | 11 | 1100000 | 0 | 1100001 | 10001 | 110111 | 100110110 | 1011111 | 10111 |
Color Harmonies of #730360
Complementary color
Monochromatic Colors of #730360
Black with #730360
Text Example
Text Example
White with #730360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730360; }
p { color: rgb(115,3,96); }
H1.HeaderClassName
{
color: #730360;
}
.AnyTagClassName
{
color: #730360;
}
</style>
background-color css
<style>
a { background-color: #730360; }
a { background-color: rgb(115,3,96); }
div.DivClassName
{
background-color: #730360;
}
.BgClassName
{
background-color: #730360;
}
</style>
border-color css
<style>
span { border-color: #730360; }
span { border-color: rgb(115,3,96); }
td.TdClassName
{
border-color: #730360;
}
.TagClassName
{
border-color: #730360;
}
</style>