Shades of Palatinate Purple #751B64
Tints of Palatinate Purple #751B64
RGB
CMYK
RGB Variations
Color information
#751B64 (or 0x751B64) is known color: Palatinate Purple. HEX triplet: 75, 1B and 64. RGB value is (117,27,100). Sum of RGB (Red+Green+Blue) = 117+27+100=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #751B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B64 is #8AE49B. Grayscale: #3E3E3E. Windows color (decimal): -9102492 or 6560629. OLE color: 6560629.
HSL color Cylindrical-coordinate representation of color #751B64: hue angle of 311.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B64 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 100 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.54 |
| HSL | 311.33º | 0.63% | 0.28% | - |
| HSV(B) | 311.33º | 0.77% | 0.46% | - |
| XYZ | 10.03 | 5.49 | 12.59 | - |
| YUV | 62.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 100 | 0 | 0.77 | 0.15 | 0.54 | 311.33 | 0.63 | 0.28 |
| Hex | 75 | 1B | 64 | 0 | 4D | F | 36 | 137 | 3E | 1C |
| Octal | 165 | 33 | 144 | 0 | 115 | 17 | 66 | 467 | 76 | 34 |
| Binary | 1110101 | 11011 | 1100100 | 0 | 1001101 | 1111 | 110110 | 100110111 | 111110 | 11100 |
Color Harmonies of #751B64
Complementary color
Monochromatic Colors of #751B64
Black with #751B64
Text Example
Text Example
White with #751B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B64; }
p { color: rgb(117,27,100); }
H1.HeaderClassName
{
color: #751B64;
}
.AnyTagClassName
{
color: #751B64;
}
</style>
background-color css
<style>
a { background-color: #751B64; }
a { background-color: rgb(117,27,100); }
div.DivClassName
{
background-color: #751B64;
}
.BgClassName
{
background-color: #751B64;
}
</style>
border-color css
<style>
span { border-color: #751B64; }
span { border-color: rgb(117,27,100); }
td.TdClassName
{
border-color: #751B64;
}
.TagClassName
{
border-color: #751B64;
}
</style>