Shades of Purple #730180
Tints of Purple #730180
RGB
CMYK
RGB Variations
Color information
#730180 (or 0x730180) is known color: Purple. HEX triplet: 73, 01 and 80. RGB value is (115,1,128). Sum of RGB (Red+Green+Blue) = 115+1+128=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #730180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730180 is #8CFE7F. Grayscale: #313131. Windows color (decimal): -9240192 or 8388979. OLE color: 8388979.
HSL color Cylindrical-coordinate representation of color #730180: hue angle of 293.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730180 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 1 | 128 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.50 |
| HSL | 293.86º | 0.98% | 0.25% | - |
| HSV(B) | 293.86º | 0.99% | 0.5% | - |
| XYZ | 10.98 | 5.23 | 20.85 | - |
| YUV | 49.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 128 | 0.10 | 0.99 | 0 | 0.50 | 293.86 | 0.98 | 0.25 |
| Hex | 73 | 1 | 80 | A | 63 | 0 | 32 | 126 | 62 | 19 |
| Octal | 163 | 1 | 200 | 12 | 143 | 0 | 62 | 446 | 142 | 31 |
| Binary | 1110011 | 1 | 10000000 | 1010 | 1100011 | 0 | 110010 | 100100110 | 1100010 | 11001 |
Color Harmonies of #730180
Complementary color
Monochromatic Colors of #730180
Black with #730180
Text Example
Text Example
White with #730180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730180; }
p { color: rgb(115,1,128); }
H1.HeaderClassName
{
color: #730180;
}
.AnyTagClassName
{
color: #730180;
}
</style>
background-color css
<style>
a { background-color: #730180; }
a { background-color: rgb(115,1,128); }
div.DivClassName
{
background-color: #730180;
}
.BgClassName
{
background-color: #730180;
}
</style>
border-color css
<style>
span { border-color: #730180; }
span { border-color: rgb(115,1,128); }
td.TdClassName
{
border-color: #730180;
}
.TagClassName
{
border-color: #730180;
}
</style>