Shades of Purple #730784
Tints of Purple #730784
RGB
CMYK
RGB Variations
Color information
#730784 (or 0x730784) is known color: Purple. HEX triplet: 73, 07 and 84. RGB value is (115,7,132). Sum of RGB (Red+Green+Blue) = 115+7+132=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #730784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730784 is #8CF87B. Grayscale: #353535. Windows color (decimal): -9238652 or 8652659. OLE color: 8652659.
HSL color Cylindrical-coordinate representation of color #730784: hue angle of 291.84º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730784 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 7 | 132 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.48 |
| HSL | 291.84º | 0.9% | 0.27% | - |
| HSV(B) | 291.84º | 0.95% | 0.52% | - |
| XYZ | 11.31 | 5.46 | 22.29 | - |
| YUV | 53.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 132 | 0.13 | 0.95 | 0 | 0.48 | 291.84 | 0.9 | 0.27 |
| Hex | 73 | 7 | 84 | D | 5F | 0 | 30 | 124 | 5A | 1B |
| Octal | 163 | 7 | 204 | 15 | 137 | 0 | 60 | 444 | 132 | 33 |
| Binary | 1110011 | 111 | 10000100 | 1101 | 1011111 | 0 | 110000 | 100100100 | 1011010 | 11011 |
Color Harmonies of #730784
Complementary color
Monochromatic Colors of #730784
Black with #730784
Text Example
Text Example
White with #730784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730784; }
p { color: rgb(115,7,132); }
H1.HeaderClassName
{
color: #730784;
}
.AnyTagClassName
{
color: #730784;
}
</style>
background-color css
<style>
a { background-color: #730784; }
a { background-color: rgb(115,7,132); }
div.DivClassName
{
background-color: #730784;
}
.BgClassName
{
background-color: #730784;
}
</style>
border-color css
<style>
span { border-color: #730784; }
span { border-color: rgb(115,7,132); }
td.TdClassName
{
border-color: #730784;
}
.TagClassName
{
border-color: #730784;
}
</style>