Shades of Palatinate Purple #752A5C
Tints of Palatinate Purple #752A5C
RGB
CMYK
RGB Variations
Color information
#752A5C (or 0x752A5C) is known color: Palatinate Purple. HEX triplet: 75, 2A and 5C. RGB value is (117,42,92). Sum of RGB (Red+Green+Blue) = 117+42+92=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A5C is #8AD5A3. Grayscale: #464646. Windows color (decimal): -9098660 or 6040181. OLE color: 6040181.
HSL color Cylindrical-coordinate representation of color #752A5C: hue angle of 320º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A5C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 92 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.54 |
| HSL | 320º | 0.47% | 0.31% | - |
| HSV(B) | 320º | 0.64% | 0.46% | - |
| XYZ | 10.1 | 6.21 | 10.79 | - |
| YUV | 70.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 92 | 0 | 0.64 | 0.21 | 0.54 | 320 | 0.47 | 0.31 |
| Hex | 75 | 2A | 5C | 0 | 40 | 15 | 36 | 140 | 2F | 1F |
| Octal | 165 | 52 | 134 | 0 | 100 | 25 | 66 | 500 | 57 | 37 |
| Binary | 1110101 | 101010 | 1011100 | 0 | 1000000 | 10101 | 110110 | 101000000 | 101111 | 11111 |
Color Harmonies of #752A5C
Complementary color
Monochromatic Colors of #752A5C
Black with #752A5C
Text Example
Text Example
White with #752A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A5C; }
p { color: rgb(117,42,92); }
H1.HeaderClassName
{
color: #752A5C;
}
.AnyTagClassName
{
color: #752A5C;
}
</style>
background-color css
<style>
a { background-color: #752A5C; }
a { background-color: rgb(117,42,92); }
div.DivClassName
{
background-color: #752A5C;
}
.BgClassName
{
background-color: #752A5C;
}
</style>
border-color css
<style>
span { border-color: #752A5C; }
span { border-color: rgb(117,42,92); }
td.TdClassName
{
border-color: #752A5C;
}
.TagClassName
{
border-color: #752A5C;
}
</style>