Shades of Palatinate Purple #753C6A
Tints of Palatinate Purple #753C6A
RGB
CMYK
RGB Variations
Color information
#753C6A (or 0x753C6A) is known color: Palatinate Purple. HEX triplet: 75, 3C and 6A. RGB value is (117,60,106). Sum of RGB (Red+Green+Blue) = 117+60+106=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C6A is #8AC395. Grayscale: #525252. Windows color (decimal): -9094038 or 6962293. OLE color: 6962293.
HSL color Cylindrical-coordinate representation of color #753C6A: hue angle of 311.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C6A is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 106 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.54 |
| HSL | 311.58º | 0.32% | 0.35% | - |
| HSV(B) | 311.58º | 0.49% | 0.46% | - |
| XYZ | 11.55 | 8.05 | 14.58 | - |
| YUV | 82.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 106 | 0 | 0.49 | 0.09 | 0.54 | 311.58 | 0.32 | 0.35 |
| Hex | 75 | 3C | 6A | 0 | 31 | 9 | 36 | 138 | 20 | 23 |
| Octal | 165 | 74 | 152 | 0 | 61 | 11 | 66 | 470 | 40 | 43 |
| Binary | 1110101 | 111100 | 1101010 | 0 | 110001 | 1001 | 110110 | 100111000 | 100000 | 100011 |
Color Harmonies of #753C6A
Complementary color
Monochromatic Colors of #753C6A
Black with #753C6A
Text Example
Text Example
White with #753C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C6A; }
p { color: rgb(117,60,106); }
H1.HeaderClassName
{
color: #753C6A;
}
.AnyTagClassName
{
color: #753C6A;
}
</style>
background-color css
<style>
a { background-color: #753C6A; }
a { background-color: rgb(117,60,106); }
div.DivClassName
{
background-color: #753C6A;
}
.BgClassName
{
background-color: #753C6A;
}
</style>
border-color css
<style>
span { border-color: #753C6A; }
span { border-color: rgb(117,60,106); }
td.TdClassName
{
border-color: #753C6A;
}
.TagClassName
{
border-color: #753C6A;
}
</style>