Shades of Palatinate Purple #73285B
Tints of Palatinate Purple #73285B
RGB
CMYK
RGB Variations
Color information
#73285B (or 0x73285B) is known color: Palatinate Purple. HEX triplet: 73, 28 and 5B. RGB value is (115,40,91). Sum of RGB (Red+Green+Blue) = 115+40+91=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73285B is #8CD7A4. Grayscale: #444444. Windows color (decimal): -9230245 or 5974131. OLE color: 5974131.
HSL color Cylindrical-coordinate representation of color #73285B: hue angle of 319.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73285B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 91 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.55 |
| HSL | 319.2º | 0.48% | 0.3% | - |
| HSV(B) | 319.2º | 0.65% | 0.45% | - |
| XYZ | 9.72 | 5.92 | 10.53 | - |
| YUV | 68.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 91 | 0 | 0.65 | 0.21 | 0.55 | 319.2 | 0.48 | 0.3 |
| Hex | 73 | 28 | 5B | 0 | 41 | 15 | 37 | 13F | 30 | 1E |
| Octal | 163 | 50 | 133 | 0 | 101 | 25 | 67 | 477 | 60 | 36 |
| Binary | 1110011 | 101000 | 1011011 | 0 | 1000001 | 10101 | 110111 | 100111111 | 110000 | 11110 |
Color Harmonies of #73285B
Complementary color
Monochromatic Colors of #73285B
Black with #73285B
Text Example
Text Example
White with #73285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73285B; }
p { color: rgb(115,40,91); }
H1.HeaderClassName
{
color: #73285B;
}
.AnyTagClassName
{
color: #73285B;
}
</style>
background-color css
<style>
a { background-color: #73285B; }
a { background-color: rgb(115,40,91); }
div.DivClassName
{
background-color: #73285B;
}
.BgClassName
{
background-color: #73285B;
}
</style>
border-color css
<style>
span { border-color: #73285B; }
span { border-color: rgb(115,40,91); }
td.TdClassName
{
border-color: #73285B;
}
.TagClassName
{
border-color: #73285B;
}
</style>