Shades of Purple #730084
Tints of Purple #730084
RGB
CMYK
RGB Variations
Color information
#730084 (or 0x730084) is known color: Purple. HEX triplet: 73, 00 and 84. RGB value is (115,0,132). Sum of RGB (Red+Green+Blue) = 115+0+132=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #730084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730084 is #8CFF7B. Grayscale: #313131. Windows color (decimal): -9240444 or 8650867. OLE color: 8650867.
HSL color Cylindrical-coordinate representation of color #730084: hue angle of 292.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730084 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 0 | 132 | - |
| CMYK | 0.13 | 1 | 0 | 0.48 |
| HSL | 292.27º | 1% | 0.26% | - |
| HSV(B) | 292.27º | 1% | 0.52% | - |
| XYZ | 11.24 | 5.31 | 22.26 | - |
| YUV | 49.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 132 | 0.13 | 1 | 0 | 0.48 | 292.27 | 1 | 0.26 |
| Hex | 73 | 0 | 84 | D | 64 | 0 | 30 | 124 | 64 | 1A |
| Octal | 163 | 0 | 204 | 15 | 144 | 0 | 60 | 444 | 144 | 32 |
| Binary | 1110011 | 0 | 10000100 | 1101 | 1100100 | 0 | 110000 | 100100100 | 1100100 | 11010 |
Color Harmonies of #730084
Complementary color
Monochromatic Colors of #730084
Black with #730084
Text Example
Text Example
White with #730084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730084; }
p { color: rgb(115,0,132); }
H1.HeaderClassName
{
color: #730084;
}
.AnyTagClassName
{
color: #730084;
}
</style>
background-color css
<style>
a { background-color: #730084; }
a { background-color: rgb(115,0,132); }
div.DivClassName
{
background-color: #730084;
}
.BgClassName
{
background-color: #730084;
}
</style>
border-color css
<style>
span { border-color: #730084; }
span { border-color: rgb(115,0,132); }
td.TdClassName
{
border-color: #730084;
}
.TagClassName
{
border-color: #730084;
}
</style>