Shades of Palatinate Purple #732F5D
Tints of Palatinate Purple #732F5D
RGB
CMYK
RGB Variations
Color information
#732F5D (or 0x732F5D) is known color: Palatinate Purple. HEX triplet: 73, 2F and 5D. RGB value is (115,47,93). Sum of RGB (Red+Green+Blue) = 115+47+93=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F5D is #8CD0A2. Grayscale: #484848. Windows color (decimal): -9228451 or 6106995. OLE color: 6106995.
HSL color Cylindrical-coordinate representation of color #732F5D: hue angle of 319.41º 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 #732F5D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 93 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.55 |
| HSL | 319.41º | 0.42% | 0.32% | - |
| HSV(B) | 319.41º | 0.59% | 0.45% | - |
| XYZ | 10.06 | 6.47 | 11.07 | - |
| YUV | 72.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 93 | 0 | 0.59 | 0.19 | 0.55 | 319.41 | 0.42 | 0.32 |
| Hex | 73 | 2F | 5D | 0 | 3B | 13 | 37 | 13F | 2A | 20 |
| Octal | 163 | 57 | 135 | 0 | 73 | 23 | 67 | 477 | 52 | 40 |
| Binary | 1110011 | 101111 | 1011101 | 0 | 111011 | 10011 | 110111 | 100111111 | 101010 | 100000 |
Color Harmonies of #732F5D
Complementary color
Monochromatic Colors of #732F5D
Black with #732F5D
Text Example
Text Example
White with #732F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F5D; }
p { color: rgb(115,47,93); }
H1.HeaderClassName
{
color: #732F5D;
}
.AnyTagClassName
{
color: #732F5D;
}
</style>
background-color css
<style>
a { background-color: #732F5D; }
a { background-color: rgb(115,47,93); }
div.DivClassName
{
background-color: #732F5D;
}
.BgClassName
{
background-color: #732F5D;
}
</style>
border-color css
<style>
span { border-color: #732F5D; }
span { border-color: rgb(115,47,93); }
td.TdClassName
{
border-color: #732F5D;
}
.TagClassName
{
border-color: #732F5D;
}
</style>