Shades of Palatinate Purple #750B64
Tints of Palatinate Purple #750B64
RGB
CMYK
RGB Variations
Color information
#750B64 (or 0x750B64) is known color: Palatinate Purple. HEX triplet: 75, 0B and 64. RGB value is (117,11,100). Sum of RGB (Red+Green+Blue) = 117+11+100=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B64 is #8AF49B. Grayscale: #343434. Windows color (decimal): -9106588 or 6556533. OLE color: 6556533.
HSL color Cylindrical-coordinate representation of color #750B64: hue angle of 309.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B64 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 100 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.54 |
| HSL | 309.62º | 0.83% | 0.25% | - |
| HSV(B) | 309.62º | 0.91% | 0.46% | - |
| XYZ | 9.76 | 4.94 | 12.5 | - |
| YUV | 52.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 100 | 0 | 0.91 | 0.15 | 0.54 | 309.62 | 0.83 | 0.25 |
| Hex | 75 | B | 64 | 0 | 5B | F | 36 | 136 | 53 | 19 |
| Octal | 165 | 13 | 144 | 0 | 133 | 17 | 66 | 466 | 123 | 31 |
| Binary | 1110101 | 1011 | 1100100 | 0 | 1011011 | 1111 | 110110 | 100110110 | 1010011 | 11001 |
Color Harmonies of #750B64
Complementary color
Monochromatic Colors of #750B64
Black with #750B64
Text Example
Text Example
White with #750B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B64; }
p { color: rgb(117,11,100); }
H1.HeaderClassName
{
color: #750B64;
}
.AnyTagClassName
{
color: #750B64;
}
</style>
background-color css
<style>
a { background-color: #750B64; }
a { background-color: rgb(117,11,100); }
div.DivClassName
{
background-color: #750B64;
}
.BgClassName
{
background-color: #750B64;
}
</style>
border-color css
<style>
span { border-color: #750B64; }
span { border-color: rgb(117,11,100); }
td.TdClassName
{
border-color: #750B64;
}
.TagClassName
{
border-color: #750B64;
}
</style>