Shades of Palatinate Purple #751C62
Tints of Palatinate Purple #751C62
RGB
CMYK
RGB Variations
Color information
#751C62 (or 0x751C62) is known color: Palatinate Purple. HEX triplet: 75, 1C and 62. RGB value is (117,28,98). Sum of RGB (Red+Green+Blue) = 117+28+98=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #751C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C62 is #8AE39D. Grayscale: #3E3E3E. Windows color (decimal): -9102238 or 6429813. OLE color: 6429813.
HSL color Cylindrical-coordinate representation of color #751C62: hue angle of 312.81º 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 #751C62 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 98 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.54 |
| HSL | 312.81º | 0.61% | 0.28% | - |
| HSV(B) | 312.81º | 0.76% | 0.46% | - |
| XYZ | 9.96 | 5.49 | 12.09 | - |
| YUV | 62.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 98 | 0 | 0.76 | 0.16 | 0.54 | 312.81 | 0.61 | 0.28 |
| Hex | 75 | 1C | 62 | 0 | 4C | 10 | 36 | 139 | 3D | 1C |
| Octal | 165 | 34 | 142 | 0 | 114 | 20 | 66 | 471 | 75 | 34 |
| Binary | 1110101 | 11100 | 1100010 | 0 | 1001100 | 10000 | 110110 | 100111001 | 111101 | 11100 |
Color Harmonies of #751C62
Complementary color
Monochromatic Colors of #751C62
Black with #751C62
Text Example
Text Example
White with #751C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C62; }
p { color: rgb(117,28,98); }
H1.HeaderClassName
{
color: #751C62;
}
.AnyTagClassName
{
color: #751C62;
}
</style>
background-color css
<style>
a { background-color: #751C62; }
a { background-color: rgb(117,28,98); }
div.DivClassName
{
background-color: #751C62;
}
.BgClassName
{
background-color: #751C62;
}
</style>
border-color css
<style>
span { border-color: #751C62; }
span { border-color: rgb(117,28,98); }
td.TdClassName
{
border-color: #751C62;
}
.TagClassName
{
border-color: #751C62;
}
</style>