Shades of Purple #730182
Tints of Purple #730182
RGB
CMYK
RGB Variations
Color information
#730182 (or 0x730182) is known color: Purple. HEX triplet: 73, 01 and 82. RGB value is (115,1,130). Sum of RGB (Red+Green+Blue) = 115+1+130=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #730182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730182 is #8CFE7D. Grayscale: #313131. Windows color (decimal): -9240190 or 8520051. OLE color: 8520051.
HSL color Cylindrical-coordinate representation of color #730182: hue angle of 293.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730182 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 1 | 130 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.49 |
| HSL | 293.02º | 0.98% | 0.26% | - |
| HSV(B) | 293.02º | 0.99% | 0.51% | - |
| XYZ | 11.11 | 5.28 | 21.55 | - |
| YUV | 49.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 130 | 0.12 | 0.99 | 0 | 0.49 | 293.02 | 0.98 | 0.26 |
| Hex | 73 | 1 | 82 | C | 63 | 0 | 31 | 125 | 62 | 1A |
| Octal | 163 | 1 | 202 | 14 | 143 | 0 | 61 | 445 | 142 | 32 |
| Binary | 1110011 | 1 | 10000010 | 1100 | 1100011 | 0 | 110001 | 100100101 | 1100010 | 11010 |
Color Harmonies of #730182
Complementary color
Monochromatic Colors of #730182
Black with #730182
Text Example
Text Example
White with #730182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730182; }
p { color: rgb(115,1,130); }
H1.HeaderClassName
{
color: #730182;
}
.AnyTagClassName
{
color: #730182;
}
</style>
background-color css
<style>
a { background-color: #730182; }
a { background-color: rgb(115,1,130); }
div.DivClassName
{
background-color: #730182;
}
.BgClassName
{
background-color: #730182;
}
</style>
border-color css
<style>
span { border-color: #730182; }
span { border-color: rgb(115,1,130); }
td.TdClassName
{
border-color: #730182;
}
.TagClassName
{
border-color: #730182;
}
</style>