Shades of Palatinate Purple #7F175C
Tints of Palatinate Purple #7F175C
RGB
CMYK
RGB Variations
Color information
#7F175C (or 0x7F175C) is known color: Palatinate Purple. HEX triplet: 7F, 17 and 5C. RGB value is (127,23,92). Sum of RGB (Red+Green+Blue) = 127+23+92=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F175C is #80E8A3. Grayscale: #3D3D3D. Windows color (decimal): -8448164 or 6035327. OLE color: 6035327.
HSL color Cylindrical-coordinate representation of color #7F175C: hue angle of 320.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F175C is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 92 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.50 |
| HSL | 320.19º | 0.69% | 0.29% | - |
| HSV(B) | 320.19º | 0.82% | 0.5% | - |
| XYZ | 10.99 | 5.9 | 10.68 | - |
| YUV | 61.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 92 | 0 | 0.82 | 0.28 | 0.50 | 320.19 | 0.69 | 0.29 |
| Hex | 7F | 17 | 5C | 0 | 52 | 1C | 32 | 140 | 45 | 1D |
| Octal | 177 | 27 | 134 | 0 | 122 | 34 | 62 | 500 | 105 | 35 |
| Binary | 1111111 | 10111 | 1011100 | 0 | 1010010 | 11100 | 110010 | 101000000 | 1000101 | 11101 |
Color Harmonies of #7F175C
Complementary color
Monochromatic Colors of #7F175C
Black with #7F175C
Text Example
Text Example
White with #7F175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F175C; }
p { color: rgb(127,23,92); }
H1.HeaderClassName
{
color: #7F175C;
}
.AnyTagClassName
{
color: #7F175C;
}
</style>
background-color css
<style>
a { background-color: #7F175C; }
a { background-color: rgb(127,23,92); }
div.DivClassName
{
background-color: #7F175C;
}
.BgClassName
{
background-color: #7F175C;
}
</style>
border-color css
<style>
span { border-color: #7F175C; }
span { border-color: rgb(127,23,92); }
td.TdClassName
{
border-color: #7F175C;
}
.TagClassName
{
border-color: #7F175C;
}
</style>