Shades of Palatinate Purple #751D64
Tints of Palatinate Purple #751D64
RGB
CMYK
RGB Variations
Color information
#751D64 (or 0x751D64) is known color: Palatinate Purple. HEX triplet: 75, 1D and 64. RGB value is (117,29,100). Sum of RGB (Red+Green+Blue) = 117+29+100=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #751D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D64 is #8AE29B. Grayscale: #3F3F3F. Windows color (decimal): -9101980 or 6561141. OLE color: 6561141.
HSL color Cylindrical-coordinate representation of color #751D64: hue angle of 311.59º 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 #751D64 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 100 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.54 |
| HSL | 311.59º | 0.6% | 0.29% | - |
| HSV(B) | 311.59º | 0.75% | 0.46% | - |
| XYZ | 10.08 | 5.58 | 12.6 | - |
| YUV | 63.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 100 | 0 | 0.75 | 0.15 | 0.54 | 311.59 | 0.6 | 0.29 |
| Hex | 75 | 1D | 64 | 0 | 4B | F | 36 | 138 | 3C | 1D |
| Octal | 165 | 35 | 144 | 0 | 113 | 17 | 66 | 470 | 74 | 35 |
| Binary | 1110101 | 11101 | 1100100 | 0 | 1001011 | 1111 | 110110 | 100111000 | 111100 | 11101 |
Color Harmonies of #751D64
Complementary color
Monochromatic Colors of #751D64
Black with #751D64
Text Example
Text Example
White with #751D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D64; }
p { color: rgb(117,29,100); }
H1.HeaderClassName
{
color: #751D64;
}
.AnyTagClassName
{
color: #751D64;
}
</style>
background-color css
<style>
a { background-color: #751D64; }
a { background-color: rgb(117,29,100); }
div.DivClassName
{
background-color: #751D64;
}
.BgClassName
{
background-color: #751D64;
}
</style>
border-color css
<style>
span { border-color: #751D64; }
span { border-color: rgb(117,29,100); }
td.TdClassName
{
border-color: #751D64;
}
.TagClassName
{
border-color: #751D64;
}
</style>