Shades of Palatinate Purple #73266C
Tints of Palatinate Purple #73266C
RGB
CMYK
RGB Variations
Color information
#73266C (or 0x73266C) is known color: Palatinate Purple. HEX triplet: 73, 26 and 6C. RGB value is (115,38,108). Sum of RGB (Red+Green+Blue) = 115+38+108=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73266C is #8CD993. Grayscale: #444444. Windows color (decimal): -9230740 or 7087731. OLE color: 7087731.
HSL color Cylindrical-coordinate representation of color #73266C: hue angle of 305.45º 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 #73266C is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 108 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.55 |
| HSL | 305.45º | 0.5% | 0.3% | - |
| HSV(B) | 305.45º | 0.67% | 0.45% | - |
| XYZ | 10.47 | 6.11 | 14.82 | - |
| YUV | 69 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 108 | 0 | 0.67 | 0.06 | 0.55 | 305.45 | 0.5 | 0.3 |
| Hex | 73 | 26 | 6C | 0 | 43 | 6 | 37 | 131 | 32 | 1E |
| Octal | 163 | 46 | 154 | 0 | 103 | 6 | 67 | 461 | 62 | 36 |
| Binary | 1110011 | 100110 | 1101100 | 0 | 1000011 | 110 | 110111 | 100110001 | 110010 | 11110 |
Color Harmonies of #73266C
Complementary color
Monochromatic Colors of #73266C
Black with #73266C
Text Example
Text Example
White with #73266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73266C; }
p { color: rgb(115,38,108); }
H1.HeaderClassName
{
color: #73266C;
}
.AnyTagClassName
{
color: #73266C;
}
</style>
background-color css
<style>
a { background-color: #73266C; }
a { background-color: rgb(115,38,108); }
div.DivClassName
{
background-color: #73266C;
}
.BgClassName
{
background-color: #73266C;
}
</style>
border-color css
<style>
span { border-color: #73266C; }
span { border-color: rgb(115,38,108); }
td.TdClassName
{
border-color: #73266C;
}
.TagClassName
{
border-color: #73266C;
}
</style>