Shades of Palatinate Purple #751D6C
Tints of Palatinate Purple #751D6C
RGB
CMYK
RGB Variations
Color information
#751D6C (or 0x751D6C) is known color: Palatinate Purple. HEX triplet: 75, 1D and 6C. RGB value is (117,29,108). Sum of RGB (Red+Green+Blue) = 117+29+108=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D6C is #8AE293. Grayscale: #404040. Windows color (decimal): -9101972 or 7085429. OLE color: 7085429.
HSL color Cylindrical-coordinate representation of color #751D6C: hue angle of 306.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D6C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 108 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.54 |
| HSL | 306.14º | 0.6% | 0.29% | - |
| HSV(B) | 306.14º | 0.75% | 0.46% | - |
| XYZ | 10.48 | 5.74 | 14.74 | - |
| YUV | 64.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 108 | 0 | 0.75 | 0.08 | 0.54 | 306.14 | 0.6 | 0.29 |
| Hex | 75 | 1D | 6C | 0 | 4B | 8 | 36 | 132 | 3C | 1D |
| Octal | 165 | 35 | 154 | 0 | 113 | 10 | 66 | 462 | 74 | 35 |
| Binary | 1110101 | 11101 | 1101100 | 0 | 1001011 | 1000 | 110110 | 100110010 | 111100 | 11101 |
Color Harmonies of #751D6C
Complementary color
Monochromatic Colors of #751D6C
Black with #751D6C
Text Example
Text Example
White with #751D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D6C; }
p { color: rgb(117,29,108); }
H1.HeaderClassName
{
color: #751D6C;
}
.AnyTagClassName
{
color: #751D6C;
}
</style>
background-color css
<style>
a { background-color: #751D6C; }
a { background-color: rgb(117,29,108); }
div.DivClassName
{
background-color: #751D6C;
}
.BgClassName
{
background-color: #751D6C;
}
</style>
border-color css
<style>
span { border-color: #751D6C; }
span { border-color: rgb(117,29,108); }
td.TdClassName
{
border-color: #751D6C;
}
.TagClassName
{
border-color: #751D6C;
}
</style>