Shades of Palatinate Purple #73336B
Tints of Palatinate Purple #73336B
RGB
CMYK
RGB Variations
Color information
#73336B (or 0x73336B) is known color: Palatinate Purple. HEX triplet: 73, 33 and 6B. RGB value is (115,51,107). Sum of RGB (Red+Green+Blue) = 115+51+107=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73336B is #8CCC94. Grayscale: #4C4C4C. Windows color (decimal): -9227413 or 7025523. OLE color: 7025523.
HSL color Cylindrical-coordinate representation of color #73336B: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73336B is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 107 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.55 |
| HSL | 307.5º | 0.39% | 0.33% | - |
| HSV(B) | 307.5º | 0.56% | 0.45% | - |
| XYZ | 10.91 | 7.07 | 14.7 | - |
| YUV | 76.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 107 | 0 | 0.56 | 0.07 | 0.55 | 307.5 | 0.39 | 0.33 |
| Hex | 73 | 33 | 6B | 0 | 38 | 7 | 37 | 134 | 27 | 21 |
| Octal | 163 | 63 | 153 | 0 | 70 | 7 | 67 | 464 | 47 | 41 |
| Binary | 1110011 | 110011 | 1101011 | 0 | 111000 | 111 | 110111 | 100110100 | 100111 | 100001 |
Color Harmonies of #73336B
Complementary color
Monochromatic Colors of #73336B
Black with #73336B
Text Example
Text Example
White with #73336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73336B; }
p { color: rgb(115,51,107); }
H1.HeaderClassName
{
color: #73336B;
}
.AnyTagClassName
{
color: #73336B;
}
</style>
background-color css
<style>
a { background-color: #73336B; }
a { background-color: rgb(115,51,107); }
div.DivClassName
{
background-color: #73336B;
}
.BgClassName
{
background-color: #73336B;
}
</style>
border-color css
<style>
span { border-color: #73336B; }
span { border-color: rgb(115,51,107); }
td.TdClassName
{
border-color: #73336B;
}
.TagClassName
{
border-color: #73336B;
}
</style>