Shades of Palatinate Purple #75366A
Tints of Palatinate Purple #75366A
RGB
CMYK
RGB Variations
Color information
#75366A (or 0x75366A) is known color: Palatinate Purple. HEX triplet: 75, 36 and 6A. RGB value is (117,54,106). Sum of RGB (Red+Green+Blue) = 117+54+106=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75366A is #8AC995. Grayscale: #4E4E4E. Windows color (decimal): -9095574 or 6960757. OLE color: 6960757.
HSL color Cylindrical-coordinate representation of color #75366A: hue angle of 310.48º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75366A is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 106 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.54 |
| HSL | 310.48º | 0.37% | 0.34% | - |
| HSV(B) | 310.48º | 0.54% | 0.46% | - |
| XYZ | 11.26 | 7.46 | 14.48 | - |
| YUV | 78.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 106 | 0 | 0.54 | 0.09 | 0.54 | 310.48 | 0.37 | 0.34 |
| Hex | 75 | 36 | 6A | 0 | 36 | 9 | 36 | 136 | 25 | 22 |
| Octal | 165 | 66 | 152 | 0 | 66 | 11 | 66 | 466 | 45 | 42 |
| Binary | 1110101 | 110110 | 1101010 | 0 | 110110 | 1001 | 110110 | 100110110 | 100101 | 100010 |
Color Harmonies of #75366A
Complementary color
Monochromatic Colors of #75366A
Black with #75366A
Text Example
Text Example
White with #75366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75366A; }
p { color: rgb(117,54,106); }
H1.HeaderClassName
{
color: #75366A;
}
.AnyTagClassName
{
color: #75366A;
}
</style>
background-color css
<style>
a { background-color: #75366A; }
a { background-color: rgb(117,54,106); }
div.DivClassName
{
background-color: #75366A;
}
.BgClassName
{
background-color: #75366A;
}
</style>
border-color css
<style>
span { border-color: #75366A; }
span { border-color: rgb(117,54,106); }
td.TdClassName
{
border-color: #75366A;
}
.TagClassName
{
border-color: #75366A;
}
</style>