Shades of Purple #730163
Tints of Purple #730163
RGB
CMYK
RGB Variations
Color information
#730163 (or 0x730163) is known color: Purple. HEX triplet: 73, 01 and 63. RGB value is (115,1,99). Sum of RGB (Red+Green+Blue) = 115+1+99=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730163 is #8CFE9C. Grayscale: #2D2D2D. Windows color (decimal): -9240221 or 6488435. OLE color: 6488435.
HSL color Cylindrical-coordinate representation of color #730163: hue angle of 308.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730163 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.55 |
| HSL | 308.42º | 0.98% | 0.23% | - |
| HSV(B) | 308.42º | 0.99% | 0.45% | - |
| XYZ | 9.33 | 4.57 | 12.19 | - |
| YUV | 46.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 99 | 0 | 0.99 | 0.14 | 0.55 | 308.42 | 0.98 | 0.23 |
| Hex | 73 | 1 | 63 | 0 | 63 | E | 37 | 134 | 62 | 17 |
| Octal | 163 | 1 | 143 | 0 | 143 | 16 | 67 | 464 | 142 | 27 |
| Binary | 1110011 | 1 | 1100011 | 0 | 1100011 | 1110 | 110111 | 100110100 | 1100010 | 10111 |
Color Harmonies of #730163
Complementary color
Monochromatic Colors of #730163
Black with #730163
Text Example
Text Example
White with #730163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730163; }
p { color: rgb(115,1,99); }
H1.HeaderClassName
{
color: #730163;
}
.AnyTagClassName
{
color: #730163;
}
</style>
background-color css
<style>
a { background-color: #730163; }
a { background-color: rgb(115,1,99); }
div.DivClassName
{
background-color: #730163;
}
.BgClassName
{
background-color: #730163;
}
</style>
border-color css
<style>
span { border-color: #730163; }
span { border-color: rgb(115,1,99); }
td.TdClassName
{
border-color: #730163;
}
.TagClassName
{
border-color: #730163;
}
</style>