Shades of Palatinate Purple #723D67
Tints of Palatinate Purple #723D67
RGB
CMYK
RGB Variations
Color information
#723D67 (or 0x723D67) is known color: Palatinate Purple. HEX triplet: 72, 3D and 67. RGB value is (114,61,103). Sum of RGB (Red+Green+Blue) = 114+61+103=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #723D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D67 is #8DC298. Grayscale: #515151. Windows color (decimal): -9290393 or 6765938. OLE color: 6765938.
HSL color Cylindrical-coordinate representation of color #723D67: hue angle of 312.45º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D67 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 103 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.55 |
| HSL | 312.45º | 0.3% | 0.34% | - |
| HSV(B) | 312.45º | 0.46% | 0.45% | - |
| XYZ | 11.06 | 7.89 | 13.77 | - |
| YUV | 81.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 103 | 0 | 0.46 | 0.10 | 0.55 | 312.45 | 0.3 | 0.34 |
| Hex | 72 | 3D | 67 | 0 | 2E | A | 37 | 138 | 1E | 22 |
| Octal | 162 | 75 | 147 | 0 | 56 | 12 | 67 | 470 | 36 | 42 |
| Binary | 1110010 | 111101 | 1100111 | 0 | 101110 | 1010 | 110111 | 100111000 | 11110 | 100010 |
Color Harmonies of #723D67
Complementary color
Monochromatic Colors of #723D67
Black with #723D67
Text Example
Text Example
White with #723D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D67; }
p { color: rgb(114,61,103); }
H1.HeaderClassName
{
color: #723D67;
}
.AnyTagClassName
{
color: #723D67;
}
</style>
background-color css
<style>
a { background-color: #723D67; }
a { background-color: rgb(114,61,103); }
div.DivClassName
{
background-color: #723D67;
}
.BgClassName
{
background-color: #723D67;
}
</style>
border-color css
<style>
span { border-color: #723D67; }
span { border-color: rgb(114,61,103); }
td.TdClassName
{
border-color: #723D67;
}
.TagClassName
{
border-color: #723D67;
}
</style>