Shades of Purple #730D6D
Tints of Purple #730D6D
RGB
CMYK
RGB Variations
Color information
#730D6D (or 0x730D6D) is known color: Purple. HEX triplet: 73, 0D and 6D. RGB value is (115,13,109). Sum of RGB (Red+Green+Blue) = 115+13+109=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #730D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D6D is #8CF292. Grayscale: #363636. Windows color (decimal): -9237139 or 7146867. OLE color: 7146867.
HSL color Cylindrical-coordinate representation of color #730D6D: hue angle of 303.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D6D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 109 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.55 |
| HSL | 303.53º | 0.8% | 0.25% | - |
| HSV(B) | 303.53º | 0.89% | 0.45% | - |
| XYZ | 9.97 | 5.04 | 14.91 | - |
| YUV | 54.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 109 | 0 | 0.89 | 0.05 | 0.55 | 303.53 | 0.8 | 0.25 |
| Hex | 73 | D | 6D | 0 | 59 | 5 | 37 | 130 | 50 | 19 |
| Octal | 163 | 15 | 155 | 0 | 131 | 5 | 67 | 460 | 120 | 31 |
| Binary | 1110011 | 1101 | 1101101 | 0 | 1011001 | 101 | 110111 | 100110000 | 1010000 | 11001 |
Color Harmonies of #730D6D
Complementary color
Monochromatic Colors of #730D6D
Black with #730D6D
Text Example
Text Example
White with #730D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D6D; }
p { color: rgb(115,13,109); }
H1.HeaderClassName
{
color: #730D6D;
}
.AnyTagClassName
{
color: #730D6D;
}
</style>
background-color css
<style>
a { background-color: #730D6D; }
a { background-color: rgb(115,13,109); }
div.DivClassName
{
background-color: #730D6D;
}
.BgClassName
{
background-color: #730D6D;
}
</style>
border-color css
<style>
span { border-color: #730D6D; }
span { border-color: rgb(115,13,109); }
td.TdClassName
{
border-color: #730D6D;
}
.TagClassName
{
border-color: #730D6D;
}
</style>