Shades of Palatinate Purple #73155B
Tints of Palatinate Purple #73155B
RGB
CMYK
RGB Variations
Color information
#73155B (or 0x73155B) is known color: Palatinate Purple. HEX triplet: 73, 15 and 5B. RGB value is (115,21,91). Sum of RGB (Red+Green+Blue) = 115+21+91=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155B is #8CEAA4. Grayscale: #383838. Windows color (decimal): -9235109 or 5969267. OLE color: 5969267.
HSL color Cylindrical-coordinate representation of color #73155B: hue angle of 315.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73155B is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 91 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.55 |
| HSL | 315.32º | 0.69% | 0.27% | - |
| HSV(B) | 315.32º | 0.82% | 0.45% | - |
| XYZ | 9.23 | 4.94 | 10.36 | - |
| YUV | 57.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 91 | 0 | 0.82 | 0.21 | 0.55 | 315.32 | 0.69 | 0.27 |
| Hex | 73 | 15 | 5B | 0 | 52 | 15 | 37 | 13B | 45 | 1B |
| Octal | 163 | 25 | 133 | 0 | 122 | 25 | 67 | 473 | 105 | 33 |
| Binary | 1110011 | 10101 | 1011011 | 0 | 1010010 | 10101 | 110111 | 100111011 | 1000101 | 11011 |
Color Harmonies of #73155B
Complementary color
Monochromatic Colors of #73155B
Black with #73155B
Text Example
Text Example
White with #73155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73155B; }
p { color: rgb(115,21,91); }
H1.HeaderClassName
{
color: #73155B;
}
.AnyTagClassName
{
color: #73155B;
}
</style>
background-color css
<style>
a { background-color: #73155B; }
a { background-color: rgb(115,21,91); }
div.DivClassName
{
background-color: #73155B;
}
.BgClassName
{
background-color: #73155B;
}
</style>
border-color css
<style>
span { border-color: #73155B; }
span { border-color: rgb(115,21,91); }
td.TdClassName
{
border-color: #73155B;
}
.TagClassName
{
border-color: #73155B;
}
</style>