Shades of Purple #730162
Tints of Purple #730162
RGB
CMYK
RGB Variations
Color information
#730162 (or 0x730162) is known color: Purple. HEX triplet: 73, 01 and 62. RGB value is (115,1,98). Sum of RGB (Red+Green+Blue) = 115+1+98=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730162 is #8CFE9D. Grayscale: #2D2D2D. Windows color (decimal): -9240222 or 6422899. OLE color: 6422899.
HSL color Cylindrical-coordinate representation of color #730162: hue angle of 308.95º 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 #730162 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.55 |
| HSL | 308.95º | 0.98% | 0.23% | - |
| HSV(B) | 308.95º | 0.99% | 0.45% | - |
| XYZ | 9.29 | 4.55 | 11.94 | - |
| YUV | 46.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 98 | 0 | 0.99 | 0.15 | 0.55 | 308.95 | 0.98 | 0.23 |
| Hex | 73 | 1 | 62 | 0 | 63 | F | 37 | 135 | 62 | 17 |
| Octal | 163 | 1 | 142 | 0 | 143 | 17 | 67 | 465 | 142 | 27 |
| Binary | 1110011 | 1 | 1100010 | 0 | 1100011 | 1111 | 110111 | 100110101 | 1100010 | 10111 |
Color Harmonies of #730162
Complementary color
Monochromatic Colors of #730162
Black with #730162
Text Example
Text Example
White with #730162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730162; }
p { color: rgb(115,1,98); }
H1.HeaderClassName
{
color: #730162;
}
.AnyTagClassName
{
color: #730162;
}
</style>
background-color css
<style>
a { background-color: #730162; }
a { background-color: rgb(115,1,98); }
div.DivClassName
{
background-color: #730162;
}
.BgClassName
{
background-color: #730162;
}
</style>
border-color css
<style>
span { border-color: #730162; }
span { border-color: rgb(115,1,98); }
td.TdClassName
{
border-color: #730162;
}
.TagClassName
{
border-color: #730162;
}
</style>