Shades of Palatinate Purple #73146C
Tints of Palatinate Purple #73146C
RGB
CMYK
RGB Variations
Color information
#73146C (or 0x73146C) is known color: Palatinate Purple. HEX triplet: 73, 14 and 6C. RGB value is (115,20,108). Sum of RGB (Red+Green+Blue) = 115+20+108=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146C is #8CEB93. Grayscale: #3A3A3A. Windows color (decimal): -9235348 or 7083123. OLE color: 7083123.
HSL color Cylindrical-coordinate representation of color #73146C: hue angle of 304.42º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146C is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 108 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.55 |
| HSL | 304.42º | 0.7% | 0.26% | - |
| HSV(B) | 304.42º | 0.83% | 0.45% | - |
| XYZ | 10.03 | 5.23 | 14.67 | - |
| YUV | 58.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 108 | 0 | 0.83 | 0.06 | 0.55 | 304.42 | 0.7 | 0.26 |
| Hex | 73 | 14 | 6C | 0 | 53 | 6 | 37 | 130 | 46 | 1A |
| Octal | 163 | 24 | 154 | 0 | 123 | 6 | 67 | 460 | 106 | 32 |
| Binary | 1110011 | 10100 | 1101100 | 0 | 1010011 | 110 | 110111 | 100110000 | 1000110 | 11010 |
Color Harmonies of #73146C
Complementary color
Monochromatic Colors of #73146C
Black with #73146C
Text Example
Text Example
White with #73146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73146C; }
p { color: rgb(115,20,108); }
H1.HeaderClassName
{
color: #73146C;
}
.AnyTagClassName
{
color: #73146C;
}
</style>
background-color css
<style>
a { background-color: #73146C; }
a { background-color: rgb(115,20,108); }
div.DivClassName
{
background-color: #73146C;
}
.BgClassName
{
background-color: #73146C;
}
</style>
border-color css
<style>
span { border-color: #73146C; }
span { border-color: rgb(115,20,108); }
td.TdClassName
{
border-color: #73146C;
}
.TagClassName
{
border-color: #73146C;
}
</style>