Shades of Palatinate Purple #752C6B
Tints of Palatinate Purple #752C6B
RGB
CMYK
RGB Variations
Color information
#752C6B (or 0x752C6B) is known color: Palatinate Purple. HEX triplet: 75, 2C and 6B. RGB value is (117,44,107). Sum of RGB (Red+Green+Blue) = 117+44+107=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #752C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C6B is #8AD394. Grayscale: #484848. Windows color (decimal): -9098133 or 7023733. OLE color: 7023733.
HSL color Cylindrical-coordinate representation of color #752C6B: hue angle of 308.22º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C6B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 107 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.54 |
| HSL | 308.22º | 0.45% | 0.32% | - |
| HSV(B) | 308.22º | 0.62% | 0.46% | - |
| XYZ | 10.89 | 6.64 | 14.62 | - |
| YUV | 73.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 107 | 0 | 0.62 | 0.09 | 0.54 | 308.22 | 0.45 | 0.32 |
| Hex | 75 | 2C | 6B | 0 | 3E | 9 | 36 | 134 | 2D | 20 |
| Octal | 165 | 54 | 153 | 0 | 76 | 11 | 66 | 464 | 55 | 40 |
| Binary | 1110101 | 101100 | 1101011 | 0 | 111110 | 1001 | 110110 | 100110100 | 101101 | 100000 |
Color Harmonies of #752C6B
Complementary color
Monochromatic Colors of #752C6B
Black with #752C6B
Text Example
Text Example
White with #752C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C6B; }
p { color: rgb(117,44,107); }
H1.HeaderClassName
{
color: #752C6B;
}
.AnyTagClassName
{
color: #752C6B;
}
</style>
background-color css
<style>
a { background-color: #752C6B; }
a { background-color: rgb(117,44,107); }
div.DivClassName
{
background-color: #752C6B;
}
.BgClassName
{
background-color: #752C6B;
}
</style>
border-color css
<style>
span { border-color: #752C6B; }
span { border-color: rgb(117,44,107); }
td.TdClassName
{
border-color: #752C6B;
}
.TagClassName
{
border-color: #752C6B;
}
</style>