Shades of Purple #730D84
Tints of Purple #730D84
RGB
CMYK
RGB Variations
Color information
#730D84 (or 0x730D84) is known color: Purple. HEX triplet: 73, 0D and 84. RGB value is (115,13,132). Sum of RGB (Red+Green+Blue) = 115+13+132=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #730D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D84 is #8CF27B. Grayscale: #383838. Windows color (decimal): -9237116 or 8654195. OLE color: 8654195.
HSL color Cylindrical-coordinate representation of color #730D84: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730D84 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 13 | 132 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.48 |
| HSL | 291.43º | 0.82% | 0.28% | - |
| HSV(B) | 291.43º | 0.9% | 0.52% | - |
| XYZ | 11.38 | 5.6 | 22.31 | - |
| YUV | 57.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 132 | 0.13 | 0.90 | 0 | 0.48 | 291.43 | 0.82 | 0.28 |
| Hex | 73 | D | 84 | D | 5A | 0 | 30 | 123 | 52 | 1C |
| Octal | 163 | 15 | 204 | 15 | 132 | 0 | 60 | 443 | 122 | 34 |
| Binary | 1110011 | 1101 | 10000100 | 1101 | 1011010 | 0 | 110000 | 100100011 | 1010010 | 11100 |
Color Harmonies of #730D84
Complementary color
Monochromatic Colors of #730D84
Black with #730D84
Text Example
Text Example
White with #730D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D84; }
p { color: rgb(115,13,132); }
H1.HeaderClassName
{
color: #730D84;
}
.AnyTagClassName
{
color: #730D84;
}
</style>
background-color css
<style>
a { background-color: #730D84; }
a { background-color: rgb(115,13,132); }
div.DivClassName
{
background-color: #730D84;
}
.BgClassName
{
background-color: #730D84;
}
</style>
border-color css
<style>
span { border-color: #730D84; }
span { border-color: rgb(115,13,132); }
td.TdClassName
{
border-color: #730D84;
}
.TagClassName
{
border-color: #730D84;
}
</style>