Shades of Palatinate Purple #73105D
Tints of Palatinate Purple #73105D
RGB
CMYK
RGB Variations
Color information
#73105D (or 0x73105D) is known color: Palatinate Purple. HEX triplet: 73, 10 and 5D. RGB value is (115,16,93). Sum of RGB (Red+Green+Blue) = 115+16+93=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73105D is #8CEFA2. Grayscale: #363636. Windows color (decimal): -9236387 or 6099059. OLE color: 6099059.
HSL color Cylindrical-coordinate representation of color #73105D: hue angle of 313.33º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73105D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 93 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.55 |
| HSL | 313.33º | 0.76% | 0.26% | - |
| HSV(B) | 313.33º | 0.86% | 0.45% | - |
| XYZ | 9.23 | 4.81 | 10.8 | - |
| YUV | 54.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 93 | 0 | 0.86 | 0.19 | 0.55 | 313.33 | 0.76 | 0.26 |
| Hex | 73 | 10 | 5D | 0 | 56 | 13 | 37 | 139 | 4C | 1A |
| Octal | 163 | 20 | 135 | 0 | 126 | 23 | 67 | 471 | 114 | 32 |
| Binary | 1110011 | 10000 | 1011101 | 0 | 1010110 | 10011 | 110111 | 100111001 | 1001100 | 11010 |
Color Harmonies of #73105D
Complementary color
Monochromatic Colors of #73105D
Black with #73105D
Text Example
Text Example
White with #73105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73105D; }
p { color: rgb(115,16,93); }
H1.HeaderClassName
{
color: #73105D;
}
.AnyTagClassName
{
color: #73105D;
}
</style>
background-color css
<style>
a { background-color: #73105D; }
a { background-color: rgb(115,16,93); }
div.DivClassName
{
background-color: #73105D;
}
.BgClassName
{
background-color: #73105D;
}
</style>
border-color css
<style>
span { border-color: #73105D; }
span { border-color: rgb(115,16,93); }
td.TdClassName
{
border-color: #73105D;
}
.TagClassName
{
border-color: #73105D;
}
</style>