Shades of Palatinate Purple #732F5E
Tints of Palatinate Purple #732F5E
RGB
CMYK
RGB Variations
Color information
#732F5E (or 0x732F5E) is known color: Palatinate Purple. HEX triplet: 73, 2F and 5E. RGB value is (115,47,94). Sum of RGB (Red+Green+Blue) = 115+47+94=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #732F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F5E is #8CD0A1. Grayscale: #484848. Windows color (decimal): -9228450 or 6172531. OLE color: 6172531.
HSL color Cylindrical-coordinate representation of color #732F5E: hue angle of 318.53º 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 #732F5E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
RGB | 115 | 47 | 94 | - |
CMYK | 0 | 0.59 | 0.18 | 0.55 |
HSL | 318.53º | 0.42% | 0.32% | - |
HSV(B) | 318.53º | 0.59% | 0.45% | - |
XYZ | 10.11 | 6.49 | 11.31 | - |
YUV | 72.69 | 140.03 | 158.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 47 | 94 | 0 | 0.59 | 0.18 | 0.55 | 318.53 | 0.42 | 0.32 |
Hex | 73 | 2F | 5E | 0 | 3B | 12 | 37 | 13F | 2A | 20 |
Octal | 163 | 57 | 136 | 0 | 73 | 22 | 67 | 477 | 52 | 40 |
Binary | 1110011 | 101111 | 1011110 | 0 | 111011 | 10010 | 110111 | 100111111 | 101010 | 100000 |
Color Harmonies of #732F5E
Complementary color
Monochromatic Colors of #732F5E
Black with #732F5E
Text Example
Text Example
White with #732F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F5E; }
p { color: rgb(115,47,94); }
H1.HeaderClassName
{
color: #732F5E;
}
.AnyTagClassName
{
color: #732F5E;
}
</style>
background-color css
<style>
a { background-color: #732F5E; }
a { background-color: rgb(115,47,94); }
div.DivClassName
{
background-color: #732F5E;
}
.BgClassName
{
background-color: #732F5E;
}
</style>
border-color css
<style>
span { border-color: #732F5E; }
span { border-color: rgb(115,47,94); }
td.TdClassName
{
border-color: #732F5E;
}
.TagClassName
{
border-color: #732F5E;
}
</style>