Shades of Palatinate Purple #75255C
Tints of Palatinate Purple #75255C
RGB
CMYK
RGB Variations
Color information
#75255C (or 0x75255C) is known color: Palatinate Purple. HEX triplet: 75, 25 and 5C. RGB value is (117,37,92). Sum of RGB (Red+Green+Blue) = 117+37+92=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255C is #8ADAA3. Grayscale: #434343. Windows color (decimal): -9099940 or 6038901. OLE color: 6038901.
HSL color Cylindrical-coordinate representation of color #75255C: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75255C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 92 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.54 |
| HSL | 318.75º | 0.52% | 0.3% | - |
| HSV(B) | 318.75º | 0.68% | 0.46% | - |
| XYZ | 9.93 | 5.88 | 10.74 | - |
| YUV | 67.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 92 | 0 | 0.68 | 0.21 | 0.54 | 318.75 | 0.52 | 0.3 |
| Hex | 75 | 25 | 5C | 0 | 44 | 15 | 36 | 13F | 34 | 1E |
| Octal | 165 | 45 | 134 | 0 | 104 | 25 | 66 | 477 | 64 | 36 |
| Binary | 1110101 | 100101 | 1011100 | 0 | 1000100 | 10101 | 110110 | 100111111 | 110100 | 11110 |
Color Harmonies of #75255C
Complementary color
Monochromatic Colors of #75255C
Black with #75255C
Text Example
Text Example
White with #75255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75255C; }
p { color: rgb(117,37,92); }
H1.HeaderClassName
{
color: #75255C;
}
.AnyTagClassName
{
color: #75255C;
}
</style>
background-color css
<style>
a { background-color: #75255C; }
a { background-color: rgb(117,37,92); }
div.DivClassName
{
background-color: #75255C;
}
.BgClassName
{
background-color: #75255C;
}
</style>
border-color css
<style>
span { border-color: #75255C; }
span { border-color: rgb(117,37,92); }
td.TdClassName
{
border-color: #75255C;
}
.TagClassName
{
border-color: #75255C;
}
</style>