Shades of Palatinate Purple #75085C
Tints of Palatinate Purple #75085C
RGB
CMYK
RGB Variations
Color information
#75085C (or 0x75085C) is known color: Palatinate Purple. HEX triplet: 75, 08 and 5C. RGB value is (117,8,92). Sum of RGB (Red+Green+Blue) = 117+8+92=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085C is #8AF7A3. Grayscale: #313131. Windows color (decimal): -9107364 or 6031477. OLE color: 6031477.
HSL color Cylindrical-coordinate representation of color #75085C: hue angle of 313.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75085C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 92 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.54 |
| HSL | 313.76º | 0.87% | 0.25% | - |
| HSV(B) | 313.76º | 0.93% | 0.46% | - |
| XYZ | 9.35 | 4.73 | 10.54 | - |
| YUV | 50.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 92 | 0 | 0.93 | 0.21 | 0.54 | 313.76 | 0.87 | 0.25 |
| Hex | 75 | 8 | 5C | 0 | 5D | 15 | 36 | 13A | 57 | 19 |
| Octal | 165 | 10 | 134 | 0 | 135 | 25 | 66 | 472 | 127 | 31 |
| Binary | 1110101 | 1000 | 1011100 | 0 | 1011101 | 10101 | 110110 | 100111010 | 1010111 | 11001 |
Color Harmonies of #75085C
Complementary color
Monochromatic Colors of #75085C
Black with #75085C
Text Example
Text Example
White with #75085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75085C; }
p { color: rgb(117,8,92); }
H1.HeaderClassName
{
color: #75085C;
}
.AnyTagClassName
{
color: #75085C;
}
</style>
background-color css
<style>
a { background-color: #75085C; }
a { background-color: rgb(117,8,92); }
div.DivClassName
{
background-color: #75085C;
}
.BgClassName
{
background-color: #75085C;
}
</style>
border-color css
<style>
span { border-color: #75085C; }
span { border-color: rgb(117,8,92); }
td.TdClassName
{
border-color: #75085C;
}
.TagClassName
{
border-color: #75085C;
}
</style>