Shades of Palatinate Purple #73275A
Tints of Palatinate Purple #73275A
RGB
CMYK
RGB Variations
Color information
#73275A (or 0x73275A) is known color: Palatinate Purple. HEX triplet: 73, 27 and 5A. RGB value is (115,39,90). Sum of RGB (Red+Green+Blue) = 115+39+90=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275A is #8CD8A5. Grayscale: #434343. Windows color (decimal): -9230502 or 5908339. OLE color: 5908339.
HSL color Cylindrical-coordinate representation of color #73275A: hue angle of 319.74º 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 #73275A is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 90 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.55 |
| HSL | 319.74º | 0.49% | 0.3% | - |
| HSV(B) | 319.74º | 0.66% | 0.45% | - |
| XYZ | 9.64 | 5.83 | 10.29 | - |
| YUV | 67.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 90 | 0 | 0.66 | 0.22 | 0.55 | 319.74 | 0.49 | 0.3 |
| Hex | 73 | 27 | 5A | 0 | 42 | 16 | 37 | 140 | 31 | 1E |
| Octal | 163 | 47 | 132 | 0 | 102 | 26 | 67 | 500 | 61 | 36 |
| Binary | 1110011 | 100111 | 1011010 | 0 | 1000010 | 10110 | 110111 | 101000000 | 110001 | 11110 |
Color Harmonies of #73275A
Complementary color
Monochromatic Colors of #73275A
Black with #73275A
Text Example
Text Example
White with #73275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73275A; }
p { color: rgb(115,39,90); }
H1.HeaderClassName
{
color: #73275A;
}
.AnyTagClassName
{
color: #73275A;
}
</style>
background-color css
<style>
a { background-color: #73275A; }
a { background-color: rgb(115,39,90); }
div.DivClassName
{
background-color: #73275A;
}
.BgClassName
{
background-color: #73275A;
}
</style>
border-color css
<style>
span { border-color: #73275A; }
span { border-color: rgb(115,39,90); }
td.TdClassName
{
border-color: #73275A;
}
.TagClassName
{
border-color: #73275A;
}
</style>