Shades of Palatinate Purple #73206C
Tints of Palatinate Purple #73206C
RGB
CMYK
RGB Variations
Color information
#73206C (or 0x73206C) is known color: Palatinate Purple. HEX triplet: 73, 20 and 6C. RGB value is (115,32,108). Sum of RGB (Red+Green+Blue) = 115+32+108=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73206C is #8CDF93. Grayscale: #414141. Windows color (decimal): -9232276 or 7086195. OLE color: 7086195.
HSL color Cylindrical-coordinate representation of color #73206C: hue angle of 305.06º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73206C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 32 | 108 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.55 |
| HSL | 305.06º | 0.56% | 0.29% | - |
| HSV(B) | 305.06º | 0.72% | 0.45% | - |
| XYZ | 10.29 | 5.76 | 14.76 | - |
| YUV | 65.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 108 | 0 | 0.72 | 0.06 | 0.55 | 305.06 | 0.56 | 0.29 |
| Hex | 73 | 20 | 6C | 0 | 48 | 6 | 37 | 131 | 38 | 1D |
| Octal | 163 | 40 | 154 | 0 | 110 | 6 | 67 | 461 | 70 | 35 |
| Binary | 1110011 | 100000 | 1101100 | 0 | 1001000 | 110 | 110111 | 100110001 | 111000 | 11101 |
Color Harmonies of #73206C
Complementary color
Monochromatic Colors of #73206C
Black with #73206C
Text Example
Text Example
White with #73206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73206C; }
p { color: rgb(115,32,108); }
H1.HeaderClassName
{
color: #73206C;
}
.AnyTagClassName
{
color: #73206C;
}
</style>
background-color css
<style>
a { background-color: #73206C; }
a { background-color: rgb(115,32,108); }
div.DivClassName
{
background-color: #73206C;
}
.BgClassName
{
background-color: #73206C;
}
</style>
border-color css
<style>
span { border-color: #73206C; }
span { border-color: rgb(115,32,108); }
td.TdClassName
{
border-color: #73206C;
}
.TagClassName
{
border-color: #73206C;
}
</style>