Shades of Palatinate Purple #730E68
Tints of Palatinate Purple #730E68
RGB
CMYK
RGB Variations
Color information
#730E68 (or 0x730E68) is known color: Palatinate Purple. HEX triplet: 73, 0E and 68. RGB value is (115,14,104). Sum of RGB (Red+Green+Blue) = 115+14+104=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E68 is #8CF197. Grayscale: #363636. Windows color (decimal): -9236888 or 6819443. OLE color: 6819443.
HSL color Cylindrical-coordinate representation of color #730E68: hue angle of 306.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E68 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 104 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.55 |
| HSL | 306.53º | 0.78% | 0.25% | - |
| HSV(B) | 306.53º | 0.88% | 0.45% | - |
| XYZ | 9.73 | 4.96 | 13.54 | - |
| YUV | 54.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 104 | 0 | 0.88 | 0.10 | 0.55 | 306.53 | 0.78 | 0.25 |
| Hex | 73 | E | 68 | 0 | 58 | A | 37 | 133 | 4E | 19 |
| Octal | 163 | 16 | 150 | 0 | 130 | 12 | 67 | 463 | 116 | 31 |
| Binary | 1110011 | 1110 | 1101000 | 0 | 1011000 | 1010 | 110111 | 100110011 | 1001110 | 11001 |
Color Harmonies of #730E68
Complementary color
Monochromatic Colors of #730E68
Black with #730E68
Text Example
Text Example
White with #730E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E68; }
p { color: rgb(115,14,104); }
H1.HeaderClassName
{
color: #730E68;
}
.AnyTagClassName
{
color: #730E68;
}
</style>
background-color css
<style>
a { background-color: #730E68; }
a { background-color: rgb(115,14,104); }
div.DivClassName
{
background-color: #730E68;
}
.BgClassName
{
background-color: #730E68;
}
</style>
border-color css
<style>
span { border-color: #730E68; }
span { border-color: rgb(115,14,104); }
td.TdClassName
{
border-color: #730E68;
}
.TagClassName
{
border-color: #730E68;
}
</style>