Shades of Palatinate Purple #68185C
Tints of Palatinate Purple #68185C
RGB
CMYK
RGB Variations
Color information
#68185C (or 0x68185C) is known color: Palatinate Purple. HEX triplet: 68, 18 and 5C. RGB value is (104,24,92). Sum of RGB (Red+Green+Blue) = 104+24+92=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68185C is #97E7A3. Grayscale: #373737. Windows color (decimal): -9955236 or 6035560. OLE color: 6035560.
HSL color Cylindrical-coordinate representation of color #68185C: hue angle of 309º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68185C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 92 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.59 |
| HSL | 309º | 0.63% | 0.25% | - |
| HSV(B) | 309º | 0.77% | 0.41% | - |
| XYZ | 7.97 | 4.37 | 10.55 | - |
| YUV | 55.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 92 | 0 | 0.77 | 0.12 | 0.59 | 309 | 0.63 | 0.25 |
| Hex | 68 | 18 | 5C | 0 | 4D | C | 3B | 135 | 3E | 19 |
| Octal | 150 | 30 | 134 | 0 | 115 | 14 | 73 | 465 | 76 | 31 |
| Binary | 1101000 | 11000 | 1011100 | 0 | 1001101 | 1100 | 111011 | 100110101 | 111110 | 11001 |
Color Harmonies of #68185C
Complementary color
Monochromatic Colors of #68185C
Black with #68185C
Text Example
Text Example
White with #68185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68185C; }
p { color: rgb(104,24,92); }
H1.HeaderClassName
{
color: #68185C;
}
.AnyTagClassName
{
color: #68185C;
}
</style>
background-color css
<style>
a { background-color: #68185C; }
a { background-color: rgb(104,24,92); }
div.DivClassName
{
background-color: #68185C;
}
.BgClassName
{
background-color: #68185C;
}
</style>
border-color css
<style>
span { border-color: #68185C; }
span { border-color: rgb(104,24,92); }
td.TdClassName
{
border-color: #68185C;
}
.TagClassName
{
border-color: #68185C;
}
</style>