Shades of Purple #730D69
Tints of Purple #730D69
RGB
CMYK
RGB Variations
Color information
#730D69 (or 0x730D69) is known color: Purple. HEX triplet: 73, 0D and 69. RGB value is (115,13,105). Sum of RGB (Red+Green+Blue) = 115+13+105=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D69 is #8CF296. Grayscale: #353535. Windows color (decimal): -9237143 or 6884723. OLE color: 6884723.
HSL color Cylindrical-coordinate representation of color #730D69: hue angle of 305.88º 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 #730D69 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 105 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.55 |
| HSL | 305.88º | 0.8% | 0.25% | - |
| HSV(B) | 305.88º | 0.89% | 0.45% | - |
| XYZ | 9.76 | 4.95 | 13.81 | - |
| YUV | 53.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 105 | 0 | 0.89 | 0.09 | 0.55 | 305.88 | 0.8 | 0.25 |
| Hex | 73 | D | 69 | 0 | 59 | 9 | 37 | 132 | 50 | 19 |
| Octal | 163 | 15 | 151 | 0 | 131 | 11 | 67 | 462 | 120 | 31 |
| Binary | 1110011 | 1101 | 1101001 | 0 | 1011001 | 1001 | 110111 | 100110010 | 1010000 | 11001 |
Color Harmonies of #730D69
Complementary color
Monochromatic Colors of #730D69
Black with #730D69
Text Example
Text Example
White with #730D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D69; }
p { color: rgb(115,13,105); }
H1.HeaderClassName
{
color: #730D69;
}
.AnyTagClassName
{
color: #730D69;
}
</style>
background-color css
<style>
a { background-color: #730D69; }
a { background-color: rgb(115,13,105); }
div.DivClassName
{
background-color: #730D69;
}
.BgClassName
{
background-color: #730D69;
}
</style>
border-color css
<style>
span { border-color: #730D69; }
span { border-color: rgb(115,13,105); }
td.TdClassName
{
border-color: #730D69;
}
.TagClassName
{
border-color: #730D69;
}
</style>