Shades of Purple #730B84
Tints of Purple #730B84
RGB
CMYK
RGB Variations
Color information
#730B84 (or 0x730B84) is known color: Purple. HEX triplet: 73, 0B and 84. RGB value is (115,11,132). Sum of RGB (Red+Green+Blue) = 115+11+132=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #730B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B84 is #8CF47B. Grayscale: #373737. Windows color (decimal): -9237628 or 8653683. OLE color: 8653683.
HSL color Cylindrical-coordinate representation of color #730B84: hue angle of 291.57º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B84 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 11 | 132 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.48 |
| HSL | 291.57º | 0.85% | 0.28% | - |
| HSV(B) | 291.57º | 0.92% | 0.52% | - |
| XYZ | 11.35 | 5.55 | 22.3 | - |
| YUV | 55.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 132 | 0.13 | 0.92 | 0 | 0.48 | 291.57 | 0.85 | 0.28 |
| Hex | 73 | B | 84 | D | 5C | 0 | 30 | 124 | 55 | 1C |
| Octal | 163 | 13 | 204 | 15 | 134 | 0 | 60 | 444 | 125 | 34 |
| Binary | 1110011 | 1011 | 10000100 | 1101 | 1011100 | 0 | 110000 | 100100100 | 1010101 | 11100 |
Color Harmonies of #730B84
Complementary color
Monochromatic Colors of #730B84
Black with #730B84
Text Example
Text Example
White with #730B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B84; }
p { color: rgb(115,11,132); }
H1.HeaderClassName
{
color: #730B84;
}
.AnyTagClassName
{
color: #730B84;
}
</style>
background-color css
<style>
a { background-color: #730B84; }
a { background-color: rgb(115,11,132); }
div.DivClassName
{
background-color: #730B84;
}
.BgClassName
{
background-color: #730B84;
}
</style>
border-color css
<style>
span { border-color: #730B84; }
span { border-color: rgb(115,11,132); }
td.TdClassName
{
border-color: #730B84;
}
.TagClassName
{
border-color: #730B84;
}
</style>