Shades of Palatinate Purple #68195C
Tints of Palatinate Purple #68195C
RGB
CMYK
RGB Variations
Color information
#68195C (or 0x68195C) is known color: Palatinate Purple. HEX triplet: 68, 19 and 5C. RGB value is (104,25,92). Sum of RGB (Red+Green+Blue) = 104+25+92=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68195C is #97E6A3. Grayscale: #383838. Windows color (decimal): -9954980 or 6035816. OLE color: 6035816.
HSL color Cylindrical-coordinate representation of color #68195C: hue angle of 309.11º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68195C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 92 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.59 |
| HSL | 309.11º | 0.61% | 0.25% | - |
| HSV(B) | 309.11º | 0.76% | 0.41% | - |
| XYZ | 7.99 | 4.41 | 10.56 | - |
| YUV | 56.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 92 | 0 | 0.76 | 0.12 | 0.59 | 309.11 | 0.61 | 0.25 |
| Hex | 68 | 19 | 5C | 0 | 4C | C | 3B | 135 | 3D | 19 |
| Octal | 150 | 31 | 134 | 0 | 114 | 14 | 73 | 465 | 75 | 31 |
| Binary | 1101000 | 11001 | 1011100 | 0 | 1001100 | 1100 | 111011 | 100110101 | 111101 | 11001 |
Color Harmonies of #68195C
Complementary color
Monochromatic Colors of #68195C
Black with #68195C
Text Example
Text Example
White with #68195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68195C; }
p { color: rgb(104,25,92); }
H1.HeaderClassName
{
color: #68195C;
}
.AnyTagClassName
{
color: #68195C;
}
</style>
background-color css
<style>
a { background-color: #68195C; }
a { background-color: rgb(104,25,92); }
div.DivClassName
{
background-color: #68195C;
}
.BgClassName
{
background-color: #68195C;
}
</style>
border-color css
<style>
span { border-color: #68195C; }
span { border-color: rgb(104,25,92); }
td.TdClassName
{
border-color: #68195C;
}
.TagClassName
{
border-color: #68195C;
}
</style>