Shades of Palatinate Purple #752A6C
Tints of Palatinate Purple #752A6C
RGB
CMYK
RGB Variations
Color information
#752A6C (or 0x752A6C) is known color: Palatinate Purple. HEX triplet: 75, 2A and 6C. RGB value is (117,42,108). Sum of RGB (Red+Green+Blue) = 117+42+108=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A6C is #8AD593. Grayscale: #474747. Windows color (decimal): -9098644 or 7088757. OLE color: 7088757.
HSL color Cylindrical-coordinate representation of color #752A6C: hue angle of 307.2º 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 #752A6C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 108 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.54 |
| HSL | 307.2º | 0.47% | 0.31% | - |
| HSV(B) | 307.2º | 0.64% | 0.46% | - |
| XYZ | 10.87 | 6.52 | 14.87 | - |
| YUV | 71.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 108 | 0 | 0.64 | 0.08 | 0.54 | 307.2 | 0.47 | 0.31 |
| Hex | 75 | 2A | 6C | 0 | 40 | 8 | 36 | 133 | 2F | 1F |
| Octal | 165 | 52 | 154 | 0 | 100 | 10 | 66 | 463 | 57 | 37 |
| Binary | 1110101 | 101010 | 1101100 | 0 | 1000000 | 1000 | 110110 | 100110011 | 101111 | 11111 |
Color Harmonies of #752A6C
Complementary color
Monochromatic Colors of #752A6C
Black with #752A6C
Text Example
Text Example
White with #752A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A6C; }
p { color: rgb(117,42,108); }
H1.HeaderClassName
{
color: #752A6C;
}
.AnyTagClassName
{
color: #752A6C;
}
</style>
background-color css
<style>
a { background-color: #752A6C; }
a { background-color: rgb(117,42,108); }
div.DivClassName
{
background-color: #752A6C;
}
.BgClassName
{
background-color: #752A6C;
}
</style>
border-color css
<style>
span { border-color: #752A6C; }
span { border-color: rgb(117,42,108); }
td.TdClassName
{
border-color: #752A6C;
}
.TagClassName
{
border-color: #752A6C;
}
</style>