Shades of Palatinate Purple #751C6B
Tints of Palatinate Purple #751C6B
RGB
CMYK
RGB Variations
Color information
#751C6B (or 0x751C6B) is known color: Palatinate Purple. HEX triplet: 75, 1C and 6B. RGB value is (117,28,107). Sum of RGB (Red+Green+Blue) = 117+28+107=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C6B is #8AE394. Grayscale: #3F3F3F. Windows color (decimal): -9102229 or 7019637. OLE color: 7019637.
HSL color Cylindrical-coordinate representation of color #751C6B: hue angle of 306.74º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C6B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 107 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.54 |
| HSL | 306.74º | 0.61% | 0.28% | - |
| HSV(B) | 306.74º | 0.76% | 0.46% | - |
| XYZ | 10.41 | 5.67 | 14.46 | - |
| YUV | 63.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 107 | 0 | 0.76 | 0.09 | 0.54 | 306.74 | 0.61 | 0.28 |
| Hex | 75 | 1C | 6B | 0 | 4C | 9 | 36 | 133 | 3D | 1C |
| Octal | 165 | 34 | 153 | 0 | 114 | 11 | 66 | 463 | 75 | 34 |
| Binary | 1110101 | 11100 | 1101011 | 0 | 1001100 | 1001 | 110110 | 100110011 | 111101 | 11100 |
Color Harmonies of #751C6B
Complementary color
Monochromatic Colors of #751C6B
Black with #751C6B
Text Example
Text Example
White with #751C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C6B; }
p { color: rgb(117,28,107); }
H1.HeaderClassName
{
color: #751C6B;
}
.AnyTagClassName
{
color: #751C6B;
}
</style>
background-color css
<style>
a { background-color: #751C6B; }
a { background-color: rgb(117,28,107); }
div.DivClassName
{
background-color: #751C6B;
}
.BgClassName
{
background-color: #751C6B;
}
</style>
border-color css
<style>
span { border-color: #751C6B; }
span { border-color: rgb(117,28,107); }
td.TdClassName
{
border-color: #751C6B;
}
.TagClassName
{
border-color: #751C6B;
}
</style>