Shades of Palatinate Purple #751862
Tints of Palatinate Purple #751862
RGB
CMYK
RGB Variations
Color information
#751862 (or 0x751862) is known color: Palatinate Purple. HEX triplet: 75, 18 and 62. RGB value is (117,24,98). Sum of RGB (Red+Green+Blue) = 117+24+98=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #751862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751862 is #8AE79D. Grayscale: #3C3C3C. Windows color (decimal): -9103262 or 6428789. OLE color: 6428789.
HSL color Cylindrical-coordinate representation of color #751862: hue angle of 312.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751862 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 98 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.54 |
| HSL | 312.26º | 0.66% | 0.28% | - |
| HSV(B) | 312.26º | 0.79% | 0.46% | - |
| XYZ | 9.87 | 5.32 | 12.06 | - |
| YUV | 60.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 98 | 0 | 0.79 | 0.16 | 0.54 | 312.26 | 0.66 | 0.28 |
| Hex | 75 | 18 | 62 | 0 | 4F | 10 | 36 | 138 | 42 | 1C |
| Octal | 165 | 30 | 142 | 0 | 117 | 20 | 66 | 470 | 102 | 34 |
| Binary | 1110101 | 11000 | 1100010 | 0 | 1001111 | 10000 | 110110 | 100111000 | 1000010 | 11100 |
Color Harmonies of #751862
Complementary color
Monochromatic Colors of #751862
Black with #751862
Text Example
Text Example
White with #751862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751862; }
p { color: rgb(117,24,98); }
H1.HeaderClassName
{
color: #751862;
}
.AnyTagClassName
{
color: #751862;
}
</style>
background-color css
<style>
a { background-color: #751862; }
a { background-color: rgb(117,24,98); }
div.DivClassName
{
background-color: #751862;
}
.BgClassName
{
background-color: #751862;
}
</style>
border-color css
<style>
span { border-color: #751862; }
span { border-color: rgb(117,24,98); }
td.TdClassName
{
border-color: #751862;
}
.TagClassName
{
border-color: #751862;
}
</style>