Shades of Palatinate Purple #732C6C
Tints of Palatinate Purple #732C6C
RGB
CMYK
RGB Variations
Color information
#732C6C (or 0x732C6C) is known color: Palatinate Purple. HEX triplet: 73, 2C and 6C. RGB value is (115,44,108). Sum of RGB (Red+Green+Blue) = 115+44+108=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #732C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732C6C is #8CD393. Grayscale: #484848. Windows color (decimal): -9229204 or 7089267. OLE color: 7089267.
HSL color Cylindrical-coordinate representation of color #732C6C: hue angle of 305.92º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C6C is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 108 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.55 |
| HSL | 305.92º | 0.45% | 0.31% | - |
| HSV(B) | 305.92º | 0.62% | 0.45% | - |
| XYZ | 10.68 | 6.53 | 14.88 | - |
| YUV | 72.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 108 | 0 | 0.62 | 0.06 | 0.55 | 305.92 | 0.45 | 0.31 |
| Hex | 73 | 2C | 6C | 0 | 3E | 6 | 37 | 132 | 2D | 1F |
| Octal | 163 | 54 | 154 | 0 | 76 | 6 | 67 | 462 | 55 | 37 |
| Binary | 1110011 | 101100 | 1101100 | 0 | 111110 | 110 | 110111 | 100110010 | 101101 | 11111 |
Color Harmonies of #732C6C
Complementary color
Monochromatic Colors of #732C6C
Black with #732C6C
Text Example
Text Example
White with #732C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C6C; }
p { color: rgb(115,44,108); }
H1.HeaderClassName
{
color: #732C6C;
}
.AnyTagClassName
{
color: #732C6C;
}
</style>
background-color css
<style>
a { background-color: #732C6C; }
a { background-color: rgb(115,44,108); }
div.DivClassName
{
background-color: #732C6C;
}
.BgClassName
{
background-color: #732C6C;
}
</style>
border-color css
<style>
span { border-color: #732C6C; }
span { border-color: rgb(115,44,108); }
td.TdClassName
{
border-color: #732C6C;
}
.TagClassName
{
border-color: #732C6C;
}
</style>