Shades of Palatinate Purple #730C5C
Tints of Palatinate Purple #730C5C
RGB
CMYK
RGB Variations
Color information
#730C5C (or 0x730C5C) is known color: Palatinate Purple. HEX triplet: 73, 0C and 5C. RGB value is (115,12,92). Sum of RGB (Red+Green+Blue) = 115+12+92=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C5C is #8CF3A3. Grayscale: #333333. Windows color (decimal): -9237412 or 6032499. OLE color: 6032499.
HSL color Cylindrical-coordinate representation of color #730C5C: hue angle of 313.4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C5C is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 12 | 92 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.55 |
| HSL | 313.4º | 0.81% | 0.25% | - |
| HSV(B) | 313.4º | 0.9% | 0.45% | - |
| XYZ | 9.13 | 4.68 | 10.55 | - |
| YUV | 51.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 92 | 0 | 0.90 | 0.20 | 0.55 | 313.4 | 0.81 | 0.25 |
| Hex | 73 | C | 5C | 0 | 5A | 14 | 37 | 139 | 51 | 19 |
| Octal | 163 | 14 | 134 | 0 | 132 | 24 | 67 | 471 | 121 | 31 |
| Binary | 1110011 | 1100 | 1011100 | 0 | 1011010 | 10100 | 110111 | 100111001 | 1010001 | 11001 |
Color Harmonies of #730C5C
Complementary color
Monochromatic Colors of #730C5C
Black with #730C5C
Text Example
Text Example
White with #730C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730C5C; }
p { color: rgb(115,12,92); }
H1.HeaderClassName
{
color: #730C5C;
}
.AnyTagClassName
{
color: #730C5C;
}
</style>
background-color css
<style>
a { background-color: #730C5C; }
a { background-color: rgb(115,12,92); }
div.DivClassName
{
background-color: #730C5C;
}
.BgClassName
{
background-color: #730C5C;
}
</style>
border-color css
<style>
span { border-color: #730C5C; }
span { border-color: rgb(115,12,92); }
td.TdClassName
{
border-color: #730C5C;
}
.TagClassName
{
border-color: #730C5C;
}
</style>