Shades of Palatinate Purple #750B5B
Tints of Palatinate Purple #750B5B
RGB
CMYK
RGB Variations
Color information
#750B5B (or 0x750B5B) is known color: Palatinate Purple. HEX triplet: 75, 0B and 5B. RGB value is (117,11,91). Sum of RGB (Red+Green+Blue) = 117+11+91=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #750B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B5B is #8AF4A4. Grayscale: #333333. Windows color (decimal): -9106597 or 5966709. OLE color: 5966709.
HSL color Cylindrical-coordinate representation of color #750B5B: hue angle of 314.72º 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 #750B5B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 91 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.54 |
| HSL | 314.72º | 0.83% | 0.25% | - |
| HSV(B) | 314.72º | 0.91% | 0.46% | - |
| XYZ | 9.34 | 4.78 | 10.33 | - |
| YUV | 51.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 91 | 0 | 0.91 | 0.22 | 0.54 | 314.72 | 0.83 | 0.25 |
| Hex | 75 | B | 5B | 0 | 5B | 16 | 36 | 13B | 53 | 19 |
| Octal | 165 | 13 | 133 | 0 | 133 | 26 | 66 | 473 | 123 | 31 |
| Binary | 1110101 | 1011 | 1011011 | 0 | 1011011 | 10110 | 110110 | 100111011 | 1010011 | 11001 |
Color Harmonies of #750B5B
Complementary color
Monochromatic Colors of #750B5B
Black with #750B5B
Text Example
Text Example
White with #750B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B5B; }
p { color: rgb(117,11,91); }
H1.HeaderClassName
{
color: #750B5B;
}
.AnyTagClassName
{
color: #750B5B;
}
</style>
background-color css
<style>
a { background-color: #750B5B; }
a { background-color: rgb(117,11,91); }
div.DivClassName
{
background-color: #750B5B;
}
.BgClassName
{
background-color: #750B5B;
}
</style>
border-color css
<style>
span { border-color: #750B5B; }
span { border-color: rgb(117,11,91); }
td.TdClassName
{
border-color: #750B5B;
}
.TagClassName
{
border-color: #750B5B;
}
</style>