Shades of Palatinate Purple #750B5A
Tints of Palatinate Purple #750B5A
RGB
CMYK
RGB Variations
Color information
#750B5A (or 0x750B5A) is known color: Palatinate Purple. HEX triplet: 75, 0B and 5A. RGB value is (117,11,90). Sum of RGB (Red+Green+Blue) = 117+11+90=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B5A is #8AF4A5. Grayscale: #333333. Windows color (decimal): -9106598 or 5901173. OLE color: 5901173.
HSL color Cylindrical-coordinate representation of color #750B5A: hue angle of 315.28º 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 #750B5A is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 90 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.54 |
| HSL | 315.28º | 0.83% | 0.25% | - |
| HSV(B) | 315.28º | 0.91% | 0.46% | - |
| XYZ | 9.3 | 4.76 | 10.1 | - |
| YUV | 51.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 90 | 0 | 0.91 | 0.23 | 0.54 | 315.28 | 0.83 | 0.25 |
| Hex | 75 | B | 5A | 0 | 5B | 17 | 36 | 13B | 53 | 19 |
| Octal | 165 | 13 | 132 | 0 | 133 | 27 | 66 | 473 | 123 | 31 |
| Binary | 1110101 | 1011 | 1011010 | 0 | 1011011 | 10111 | 110110 | 100111011 | 1010011 | 11001 |
Color Harmonies of #750B5A
Complementary color
Monochromatic Colors of #750B5A
Black with #750B5A
Text Example
Text Example
White with #750B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B5A; }
p { color: rgb(117,11,90); }
H1.HeaderClassName
{
color: #750B5A;
}
.AnyTagClassName
{
color: #750B5A;
}
</style>
background-color css
<style>
a { background-color: #750B5A; }
a { background-color: rgb(117,11,90); }
div.DivClassName
{
background-color: #750B5A;
}
.BgClassName
{
background-color: #750B5A;
}
</style>
border-color css
<style>
span { border-color: #750B5A; }
span { border-color: rgb(117,11,90); }
td.TdClassName
{
border-color: #750B5A;
}
.TagClassName
{
border-color: #750B5A;
}
</style>