Shades of Palatinate Purple #752363
Tints of Palatinate Purple #752363
RGB
CMYK
RGB Variations
Color information
#752363 (or 0x752363) is known color: Palatinate Purple. HEX triplet: 75, 23 and 63. RGB value is (117,35,99). Sum of RGB (Red+Green+Blue) = 117+35+99=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752363 is #8ADC9C. Grayscale: #424242. Windows color (decimal): -9100445 or 6497141. OLE color: 6497141.
HSL color Cylindrical-coordinate representation of color #752363: hue angle of 313.17º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752363 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 35 | 99 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.54 |
| HSL | 313.17º | 0.54% | 0.3% | - |
| HSV(B) | 313.17º | 0.7% | 0.46% | - |
| XYZ | 10.19 | 5.88 | 12.4 | - |
| YUV | 66.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 99 | 0 | 0.70 | 0.15 | 0.54 | 313.17 | 0.54 | 0.3 |
| Hex | 75 | 23 | 63 | 0 | 46 | F | 36 | 139 | 36 | 1E |
| Octal | 165 | 43 | 143 | 0 | 106 | 17 | 66 | 471 | 66 | 36 |
| Binary | 1110101 | 100011 | 1100011 | 0 | 1000110 | 1111 | 110110 | 100111001 | 110110 | 11110 |
Color Harmonies of #752363
Complementary color
Monochromatic Colors of #752363
Black with #752363
Text Example
Text Example
White with #752363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752363; }
p { color: rgb(117,35,99); }
H1.HeaderClassName
{
color: #752363;
}
.AnyTagClassName
{
color: #752363;
}
</style>
background-color css
<style>
a { background-color: #752363; }
a { background-color: rgb(117,35,99); }
div.DivClassName
{
background-color: #752363;
}
.BgClassName
{
background-color: #752363;
}
</style>
border-color css
<style>
span { border-color: #752363; }
span { border-color: rgb(117,35,99); }
td.TdClassName
{
border-color: #752363;
}
.TagClassName
{
border-color: #752363;
}
</style>