Shades of Palatinate Purple #68175C
Tints of Palatinate Purple #68175C
RGB
CMYK
RGB Variations
Color information
#68175C (or 0x68175C) is known color: Palatinate Purple. HEX triplet: 68, 17 and 5C. RGB value is (104,23,92). Sum of RGB (Red+Green+Blue) = 104+23+92=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68175C is #97E8A3. Grayscale: #363636. Windows color (decimal): -9955492 or 6035304. OLE color: 6035304.
HSL color Cylindrical-coordinate representation of color #68175C: hue angle of 308.89º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68175C is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 92 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.59 |
| HSL | 308.89º | 0.64% | 0.25% | - |
| HSV(B) | 308.89º | 0.78% | 0.41% | - |
| XYZ | 7.95 | 4.33 | 10.54 | - |
| YUV | 55.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 92 | 0 | 0.78 | 0.12 | 0.59 | 308.89 | 0.64 | 0.25 |
| Hex | 68 | 17 | 5C | 0 | 4E | C | 3B | 135 | 40 | 19 |
| Octal | 150 | 27 | 134 | 0 | 116 | 14 | 73 | 465 | 100 | 31 |
| Binary | 1101000 | 10111 | 1011100 | 0 | 1001110 | 1100 | 111011 | 100110101 | 1000000 | 11001 |
Color Harmonies of #68175C
Complementary color
Monochromatic Colors of #68175C
Black with #68175C
Text Example
Text Example
White with #68175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68175C; }
p { color: rgb(104,23,92); }
H1.HeaderClassName
{
color: #68175C;
}
.AnyTagClassName
{
color: #68175C;
}
</style>
background-color css
<style>
a { background-color: #68175C; }
a { background-color: rgb(104,23,92); }
div.DivClassName
{
background-color: #68175C;
}
.BgClassName
{
background-color: #68175C;
}
</style>
border-color css
<style>
span { border-color: #68175C; }
span { border-color: rgb(104,23,92); }
td.TdClassName
{
border-color: #68175C;
}
.TagClassName
{
border-color: #68175C;
}
</style>