Shades of Palatinate Purple #751861
Tints of Palatinate Purple #751861
RGB
CMYK
RGB Variations
Color information
#751861 (or 0x751861) is known color: Palatinate Purple. HEX triplet: 75, 18 and 61. RGB value is (117,24,97). Sum of RGB (Red+Green+Blue) = 117+24+97=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751861 is #8AE79E. Grayscale: #3B3B3B. Windows color (decimal): -9103263 or 6363253. OLE color: 6363253.
HSL color Cylindrical-coordinate representation of color #751861: hue angle of 312.9º 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 #751861 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 97 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.54 |
| HSL | 312.9º | 0.66% | 0.28% | - |
| HSV(B) | 312.9º | 0.79% | 0.46% | - |
| XYZ | 9.82 | 5.3 | 11.81 | - |
| YUV | 60.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 97 | 0 | 0.79 | 0.17 | 0.54 | 312.9 | 0.66 | 0.28 |
| Hex | 75 | 18 | 61 | 0 | 4F | 11 | 36 | 139 | 42 | 1C |
| Octal | 165 | 30 | 141 | 0 | 117 | 21 | 66 | 471 | 102 | 34 |
| Binary | 1110101 | 11000 | 1100001 | 0 | 1001111 | 10001 | 110110 | 100111001 | 1000010 | 11100 |
Color Harmonies of #751861
Complementary color
Monochromatic Colors of #751861
Black with #751861
Text Example
Text Example
White with #751861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751861; }
p { color: rgb(117,24,97); }
H1.HeaderClassName
{
color: #751861;
}
.AnyTagClassName
{
color: #751861;
}
</style>
background-color css
<style>
a { background-color: #751861; }
a { background-color: rgb(117,24,97); }
div.DivClassName
{
background-color: #751861;
}
.BgClassName
{
background-color: #751861;
}
</style>
border-color css
<style>
span { border-color: #751861; }
span { border-color: rgb(117,24,97); }
td.TdClassName
{
border-color: #751861;
}
.TagClassName
{
border-color: #751861;
}
</style>