Shades of Palatinate Purple #730E67
Tints of Palatinate Purple #730E67
RGB
CMYK
RGB Variations
Color information
#730E67 (or 0x730E67) is known color: Palatinate Purple. HEX triplet: 73, 0E and 67. RGB value is (115,14,103). Sum of RGB (Red+Green+Blue) = 115+14+103=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E67 is #8CF198. Grayscale: #363636. Windows color (decimal): -9236889 or 6753907. OLE color: 6753907.
HSL color Cylindrical-coordinate representation of color #730E67: hue angle of 307.13º 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 #730E67 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 103 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.55 |
| HSL | 307.13º | 0.78% | 0.25% | - |
| HSV(B) | 307.13º | 0.88% | 0.45% | - |
| XYZ | 9.68 | 4.94 | 13.28 | - |
| YUV | 54.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 103 | 0 | 0.88 | 0.10 | 0.55 | 307.13 | 0.78 | 0.25 |
| Hex | 73 | E | 67 | 0 | 58 | A | 37 | 133 | 4E | 19 |
| Octal | 163 | 16 | 147 | 0 | 130 | 12 | 67 | 463 | 116 | 31 |
| Binary | 1110011 | 1110 | 1100111 | 0 | 1011000 | 1010 | 110111 | 100110011 | 1001110 | 11001 |
Color Harmonies of #730E67
Complementary color
Monochromatic Colors of #730E67
Black with #730E67
Text Example
Text Example
White with #730E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E67; }
p { color: rgb(115,14,103); }
H1.HeaderClassName
{
color: #730E67;
}
.AnyTagClassName
{
color: #730E67;
}
</style>
background-color css
<style>
a { background-color: #730E67; }
a { background-color: rgb(115,14,103); }
div.DivClassName
{
background-color: #730E67;
}
.BgClassName
{
background-color: #730E67;
}
</style>
border-color css
<style>
span { border-color: #730E67; }
span { border-color: rgb(115,14,103); }
td.TdClassName
{
border-color: #730E67;
}
.TagClassName
{
border-color: #730E67;
}
</style>