Shades of Purple #730663
Tints of Purple #730663
RGB
CMYK
RGB Variations
Color information
#730663 (or 0x730663) is known color: Purple. HEX triplet: 73, 06 and 63. RGB value is (115,6,99). Sum of RGB (Red+Green+Blue) = 115+6+99=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #730663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730663 is #8CF99C. Grayscale: #303030. Windows color (decimal): -9238941 or 6489715. OLE color: 6489715.
HSL color Cylindrical-coordinate representation of color #730663: hue angle of 308.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730663 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 99 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.55 |
| HSL | 308.81º | 0.9% | 0.24% | - |
| HSV(B) | 308.81º | 0.95% | 0.45% | - |
| XYZ | 9.39 | 4.68 | 12.21 | - |
| YUV | 49.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 99 | 0 | 0.95 | 0.14 | 0.55 | 308.81 | 0.9 | 0.24 |
| Hex | 73 | 6 | 63 | 0 | 5F | E | 37 | 135 | 5A | 18 |
| Octal | 163 | 6 | 143 | 0 | 137 | 16 | 67 | 465 | 132 | 30 |
| Binary | 1110011 | 110 | 1100011 | 0 | 1011111 | 1110 | 110111 | 100110101 | 1011010 | 11000 |
Color Harmonies of #730663
Complementary color
Monochromatic Colors of #730663
Black with #730663
Text Example
Text Example
White with #730663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730663; }
p { color: rgb(115,6,99); }
H1.HeaderClassName
{
color: #730663;
}
.AnyTagClassName
{
color: #730663;
}
</style>
background-color css
<style>
a { background-color: #730663; }
a { background-color: rgb(115,6,99); }
div.DivClassName
{
background-color: #730663;
}
.BgClassName
{
background-color: #730663;
}
</style>
border-color css
<style>
span { border-color: #730663; }
span { border-color: rgb(115,6,99); }
td.TdClassName
{
border-color: #730663;
}
.TagClassName
{
border-color: #730663;
}
</style>