Shades of Palatinate Purple #732F68
Tints of Palatinate Purple #732F68
RGB
CMYK
RGB Variations
Color information
#732F68 (or 0x732F68) is known color: Palatinate Purple. HEX triplet: 73, 2F and 68. RGB value is (115,47,104). Sum of RGB (Red+Green+Blue) = 115+47+104=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #732F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F68 is #8CD097. Grayscale: #494949. Windows color (decimal): -9228440 or 6827891. OLE color: 6827891.
HSL color Cylindrical-coordinate representation of color #732F68: hue angle of 309.71º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F68 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 104 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.55 |
| HSL | 309.71º | 0.42% | 0.32% | - |
| HSV(B) | 309.71º | 0.59% | 0.45% | - |
| XYZ | 10.59 | 6.68 | 13.83 | - |
| YUV | 73.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 104 | 0 | 0.59 | 0.10 | 0.55 | 309.71 | 0.42 | 0.32 |
| Hex | 73 | 2F | 68 | 0 | 3B | A | 37 | 136 | 2A | 20 |
| Octal | 163 | 57 | 150 | 0 | 73 | 12 | 67 | 466 | 52 | 40 |
| Binary | 1110011 | 101111 | 1101000 | 0 | 111011 | 1010 | 110111 | 100110110 | 101010 | 100000 |
Color Harmonies of #732F68
Complementary color
Monochromatic Colors of #732F68
Black with #732F68
Text Example
Text Example
White with #732F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F68; }
p { color: rgb(115,47,104); }
H1.HeaderClassName
{
color: #732F68;
}
.AnyTagClassName
{
color: #732F68;
}
</style>
background-color css
<style>
a { background-color: #732F68; }
a { background-color: rgb(115,47,104); }
div.DivClassName
{
background-color: #732F68;
}
.BgClassName
{
background-color: #732F68;
}
</style>
border-color css
<style>
span { border-color: #732F68; }
span { border-color: rgb(115,47,104); }
td.TdClassName
{
border-color: #732F68;
}
.TagClassName
{
border-color: #732F68;
}
</style>