Shades of Purple #730166
Tints of Purple #730166
RGB
CMYK
RGB Variations
Color information
#730166 (or 0x730166) is known color: Purple. HEX triplet: 73, 01 and 66. RGB value is (115,1,102). Sum of RGB (Red+Green+Blue) = 115+1+102=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730166 is #8CFE99. Grayscale: #2E2E2E. Windows color (decimal): -9240218 or 6685043. OLE color: 6685043.
HSL color Cylindrical-coordinate representation of color #730166: hue angle of 306.84º 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 #730166 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.55 |
| HSL | 306.84º | 0.98% | 0.23% | - |
| HSV(B) | 306.84º | 0.99% | 0.45% | - |
| XYZ | 9.48 | 4.63 | 12.96 | - |
| YUV | 46.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 102 | 0 | 0.99 | 0.11 | 0.55 | 306.84 | 0.98 | 0.23 |
| Hex | 73 | 1 | 66 | 0 | 63 | B | 37 | 133 | 62 | 17 |
| Octal | 163 | 1 | 146 | 0 | 143 | 13 | 67 | 463 | 142 | 27 |
| Binary | 1110011 | 1 | 1100110 | 0 | 1100011 | 1011 | 110111 | 100110011 | 1100010 | 10111 |
Color Harmonies of #730166
Complementary color
Monochromatic Colors of #730166
Black with #730166
Text Example
Text Example
White with #730166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730166; }
p { color: rgb(115,1,102); }
H1.HeaderClassName
{
color: #730166;
}
.AnyTagClassName
{
color: #730166;
}
</style>
background-color css
<style>
a { background-color: #730166; }
a { background-color: rgb(115,1,102); }
div.DivClassName
{
background-color: #730166;
}
.BgClassName
{
background-color: #730166;
}
</style>
border-color css
<style>
span { border-color: #730166; }
span { border-color: rgb(115,1,102); }
td.TdClassName
{
border-color: #730166;
}
.TagClassName
{
border-color: #730166;
}
</style>