Shades of Palatinate Purple #73265B
Tints of Palatinate Purple #73265B
RGB
CMYK
RGB Variations
Color information
#73265B (or 0x73265B) is known color: Palatinate Purple. HEX triplet: 73, 26 and 5B. RGB value is (115,38,91). Sum of RGB (Red+Green+Blue) = 115+38+91=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265B is #8CD9A4. Grayscale: #424242. Windows color (decimal): -9230757 or 5973619. OLE color: 5973619.
HSL color Cylindrical-coordinate representation of color #73265B: hue angle of 318.7º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73265B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 91 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.55 |
| HSL | 318.7º | 0.5% | 0.3% | - |
| HSV(B) | 318.7º | 0.67% | 0.45% | - |
| XYZ | 9.65 | 5.79 | 10.51 | - |
| YUV | 67.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 91 | 0 | 0.67 | 0.21 | 0.55 | 318.7 | 0.5 | 0.3 |
| Hex | 73 | 26 | 5B | 0 | 43 | 15 | 37 | 13F | 32 | 1E |
| Octal | 163 | 46 | 133 | 0 | 103 | 25 | 67 | 477 | 62 | 36 |
| Binary | 1110011 | 100110 | 1011011 | 0 | 1000011 | 10101 | 110111 | 100111111 | 110010 | 11110 |
Color Harmonies of #73265B
Complementary color
Monochromatic Colors of #73265B
Black with #73265B
Text Example
Text Example
White with #73265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73265B; }
p { color: rgb(115,38,91); }
H1.HeaderClassName
{
color: #73265B;
}
.AnyTagClassName
{
color: #73265B;
}
</style>
background-color css
<style>
a { background-color: #73265B; }
a { background-color: rgb(115,38,91); }
div.DivClassName
{
background-color: #73265B;
}
.BgClassName
{
background-color: #73265B;
}
</style>
border-color css
<style>
span { border-color: #73265B; }
span { border-color: rgb(115,38,91); }
td.TdClassName
{
border-color: #73265B;
}
.TagClassName
{
border-color: #73265B;
}
</style>