Shades of Purple #730366
Tints of Purple #730366
RGB
CMYK
RGB Variations
Color information
#730366 (or 0x730366) is known color: Purple. HEX triplet: 73, 03 and 66. RGB value is (115,3,102). Sum of RGB (Red+Green+Blue) = 115+3+102=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #730366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730366 is #8CFC99. Grayscale: #2F2F2F. Windows color (decimal): -9239706 or 6685555. OLE color: 6685555.
HSL color Cylindrical-coordinate representation of color #730366: hue angle of 306.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730366 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 102 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.55 |
| HSL | 306.96º | 0.95% | 0.23% | - |
| HSV(B) | 306.96º | 0.97% | 0.45% | - |
| XYZ | 9.5 | 4.67 | 12.97 | - |
| YUV | 47.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 102 | 0 | 0.97 | 0.11 | 0.55 | 306.96 | 0.95 | 0.23 |
| Hex | 73 | 3 | 66 | 0 | 61 | B | 37 | 133 | 5F | 17 |
| Octal | 163 | 3 | 146 | 0 | 141 | 13 | 67 | 463 | 137 | 27 |
| Binary | 1110011 | 11 | 1100110 | 0 | 1100001 | 1011 | 110111 | 100110011 | 1011111 | 10111 |
Color Harmonies of #730366
Complementary color
Monochromatic Colors of #730366
Black with #730366
Text Example
Text Example
White with #730366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730366; }
p { color: rgb(115,3,102); }
H1.HeaderClassName
{
color: #730366;
}
.AnyTagClassName
{
color: #730366;
}
</style>
background-color css
<style>
a { background-color: #730366; }
a { background-color: rgb(115,3,102); }
div.DivClassName
{
background-color: #730366;
}
.BgClassName
{
background-color: #730366;
}
</style>
border-color css
<style>
span { border-color: #730366; }
span { border-color: rgb(115,3,102); }
td.TdClassName
{
border-color: #730366;
}
.TagClassName
{
border-color: #730366;
}
</style>