Shades of Palatinate Purple #753A6A
Tints of Palatinate Purple #753A6A
RGB
CMYK
RGB Variations
Color information
#753A6A (or 0x753A6A) is known color: Palatinate Purple. HEX triplet: 75, 3A and 6A. RGB value is (117,58,106). Sum of RGB (Red+Green+Blue) = 117+58+106=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6A is #8AC595. Grayscale: #505050. Windows color (decimal): -9094550 or 6961781. OLE color: 6961781.
HSL color Cylindrical-coordinate representation of color #753A6A: hue angle of 311.19º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A6A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 106 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.54 |
| HSL | 311.19º | 0.34% | 0.34% | - |
| HSV(B) | 311.19º | 0.5% | 0.46% | - |
| XYZ | 11.45 | 7.85 | 14.55 | - |
| YUV | 81.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 106 | 0 | 0.50 | 0.09 | 0.54 | 311.19 | 0.34 | 0.34 |
| Hex | 75 | 3A | 6A | 0 | 32 | 9 | 36 | 137 | 22 | 22 |
| Octal | 165 | 72 | 152 | 0 | 62 | 11 | 66 | 467 | 42 | 42 |
| Binary | 1110101 | 111010 | 1101010 | 0 | 110010 | 1001 | 110110 | 100110111 | 100010 | 100010 |
Color Harmonies of #753A6A
Complementary color
Monochromatic Colors of #753A6A
Black with #753A6A
Text Example
Text Example
White with #753A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A6A; }
p { color: rgb(117,58,106); }
H1.HeaderClassName
{
color: #753A6A;
}
.AnyTagClassName
{
color: #753A6A;
}
</style>
background-color css
<style>
a { background-color: #753A6A; }
a { background-color: rgb(117,58,106); }
div.DivClassName
{
background-color: #753A6A;
}
.BgClassName
{
background-color: #753A6A;
}
</style>
border-color css
<style>
span { border-color: #753A6A; }
span { border-color: rgb(117,58,106); }
td.TdClassName
{
border-color: #753A6A;
}
.TagClassName
{
border-color: #753A6A;
}
</style>