Shades of Purple #730868
Tints of Purple #730868
RGB
CMYK
RGB Variations
Color information
#730868 (or 0x730868) is known color: Purple. HEX triplet: 73, 08 and 68. RGB value is (115,8,104). Sum of RGB (Red+Green+Blue) = 115+8+104=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730868 is #8CF797. Grayscale: #323232. Windows color (decimal): -9238424 or 6817907. OLE color: 6817907.
HSL color Cylindrical-coordinate representation of color #730868: hue angle of 306.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730868 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 104 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.55 |
| HSL | 306.17º | 0.87% | 0.24% | - |
| HSV(B) | 306.17º | 0.93% | 0.45% | - |
| XYZ | 9.66 | 4.82 | 13.52 | - |
| YUV | 50.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 104 | 0 | 0.93 | 0.10 | 0.55 | 306.17 | 0.87 | 0.24 |
| Hex | 73 | 8 | 68 | 0 | 5D | A | 37 | 132 | 57 | 18 |
| Octal | 163 | 10 | 150 | 0 | 135 | 12 | 67 | 462 | 127 | 30 |
| Binary | 1110011 | 1000 | 1101000 | 0 | 1011101 | 1010 | 110111 | 100110010 | 1010111 | 11000 |
Color Harmonies of #730868
Complementary color
Monochromatic Colors of #730868
Black with #730868
Text Example
Text Example
White with #730868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730868; }
p { color: rgb(115,8,104); }
H1.HeaderClassName
{
color: #730868;
}
.AnyTagClassName
{
color: #730868;
}
</style>
background-color css
<style>
a { background-color: #730868; }
a { background-color: rgb(115,8,104); }
div.DivClassName
{
background-color: #730868;
}
.BgClassName
{
background-color: #730868;
}
</style>
border-color css
<style>
span { border-color: #730868; }
span { border-color: rgb(115,8,104); }
td.TdClassName
{
border-color: #730868;
}
.TagClassName
{
border-color: #730868;
}
</style>