Shades of Palatinate Purple #73275C
Tints of Palatinate Purple #73275C
RGB
CMYK
RGB Variations
Color information
#73275C (or 0x73275C) is known color: Palatinate Purple. HEX triplet: 73, 27 and 5C. RGB value is (115,39,92). Sum of RGB (Red+Green+Blue) = 115+39+92=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275C is #8CD8A3. Grayscale: #434343. Windows color (decimal): -9230500 or 6039411. OLE color: 6039411.
HSL color Cylindrical-coordinate representation of color #73275C: hue angle of 318.16º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73275C is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 92 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.55 |
| HSL | 318.16º | 0.49% | 0.3% | - |
| HSV(B) | 318.16º | 0.66% | 0.45% | - |
| XYZ | 9.73 | 5.87 | 10.75 | - |
| YUV | 67.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 92 | 0 | 0.66 | 0.20 | 0.55 | 318.16 | 0.49 | 0.3 |
| Hex | 73 | 27 | 5C | 0 | 42 | 14 | 37 | 13E | 31 | 1E |
| Octal | 163 | 47 | 134 | 0 | 102 | 24 | 67 | 476 | 61 | 36 |
| Binary | 1110011 | 100111 | 1011100 | 0 | 1000010 | 10100 | 110111 | 100111110 | 110001 | 11110 |
Color Harmonies of #73275C
Complementary color
Monochromatic Colors of #73275C
Black with #73275C
Text Example
Text Example
White with #73275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73275C; }
p { color: rgb(115,39,92); }
H1.HeaderClassName
{
color: #73275C;
}
.AnyTagClassName
{
color: #73275C;
}
</style>
background-color css
<style>
a { background-color: #73275C; }
a { background-color: rgb(115,39,92); }
div.DivClassName
{
background-color: #73275C;
}
.BgClassName
{
background-color: #73275C;
}
</style>
border-color css
<style>
span { border-color: #73275C; }
span { border-color: rgb(115,39,92); }
td.TdClassName
{
border-color: #73275C;
}
.TagClassName
{
border-color: #73275C;
}
</style>