Shades of Palatinate Purple #73216B
Tints of Palatinate Purple #73216B
RGB
CMYK
RGB Variations
Color information
#73216B (or 0x73216B) is known color: Palatinate Purple. HEX triplet: 73, 21 and 6B. RGB value is (115,33,107). Sum of RGB (Red+Green+Blue) = 115+33+107=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73216B is #8CDE94. Grayscale: #414141. Windows color (decimal): -9232021 or 7020915. OLE color: 7020915.
HSL color Cylindrical-coordinate representation of color #73216B: hue angle of 305.85º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73216B is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 107 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.55 |
| HSL | 305.85º | 0.55% | 0.29% | - |
| HSV(B) | 305.85º | 0.71% | 0.45% | - |
| XYZ | 10.27 | 5.79 | 14.49 | - |
| YUV | 65.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 107 | 0 | 0.71 | 0.07 | 0.55 | 305.85 | 0.55 | 0.29 |
| Hex | 73 | 21 | 6B | 0 | 47 | 7 | 37 | 132 | 37 | 1D |
| Octal | 163 | 41 | 153 | 0 | 107 | 7 | 67 | 462 | 67 | 35 |
| Binary | 1110011 | 100001 | 1101011 | 0 | 1000111 | 111 | 110111 | 100110010 | 110111 | 11101 |
Color Harmonies of #73216B
Complementary color
Monochromatic Colors of #73216B
Black with #73216B
Text Example
Text Example
White with #73216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73216B; }
p { color: rgb(115,33,107); }
H1.HeaderClassName
{
color: #73216B;
}
.AnyTagClassName
{
color: #73216B;
}
</style>
background-color css
<style>
a { background-color: #73216B; }
a { background-color: rgb(115,33,107); }
div.DivClassName
{
background-color: #73216B;
}
.BgClassName
{
background-color: #73216B;
}
</style>
border-color css
<style>
span { border-color: #73216B; }
span { border-color: rgb(115,33,107); }
td.TdClassName
{
border-color: #73216B;
}
.TagClassName
{
border-color: #73216B;
}
</style>