Shades of Palatinate Purple #751E69
Tints of Palatinate Purple #751E69
RGB
CMYK
RGB Variations
Color information
#751E69 (or 0x751E69) is known color: Palatinate Purple. HEX triplet: 75, 1E and 69. RGB value is (117,30,105). Sum of RGB (Red+Green+Blue) = 117+30+105=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E69 is #8AE196. Grayscale: #404040. Windows color (decimal): -9101719 or 6889077. OLE color: 6889077.
HSL color Cylindrical-coordinate representation of color #751E69: hue angle of 308.28º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E69 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 105 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.54 |
| HSL | 308.28º | 0.59% | 0.29% | - |
| HSV(B) | 308.28º | 0.74% | 0.46% | - |
| XYZ | 10.35 | 5.73 | 13.93 | - |
| YUV | 64.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 105 | 0 | 0.74 | 0.10 | 0.54 | 308.28 | 0.59 | 0.29 |
| Hex | 75 | 1E | 69 | 0 | 4A | A | 36 | 134 | 3B | 1D |
| Octal | 165 | 36 | 151 | 0 | 112 | 12 | 66 | 464 | 73 | 35 |
| Binary | 1110101 | 11110 | 1101001 | 0 | 1001010 | 1010 | 110110 | 100110100 | 111011 | 11101 |
Color Harmonies of #751E69
Complementary color
Monochromatic Colors of #751E69
Black with #751E69
Text Example
Text Example
White with #751E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E69; }
p { color: rgb(117,30,105); }
H1.HeaderClassName
{
color: #751E69;
}
.AnyTagClassName
{
color: #751E69;
}
</style>
background-color css
<style>
a { background-color: #751E69; }
a { background-color: rgb(117,30,105); }
div.DivClassName
{
background-color: #751E69;
}
.BgClassName
{
background-color: #751E69;
}
</style>
border-color css
<style>
span { border-color: #751E69; }
span { border-color: rgb(117,30,105); }
td.TdClassName
{
border-color: #751E69;
}
.TagClassName
{
border-color: #751E69;
}
</style>