Shades of Palatinate Purple #68135C
Tints of Palatinate Purple #68135C
RGB
CMYK
RGB Variations
Color information
#68135C (or 0x68135C) is known color: Palatinate Purple. HEX triplet: 68, 13 and 5C. RGB value is (104,19,92). Sum of RGB (Red+Green+Blue) = 104+19+92=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68135C is #97ECA3. Grayscale: #343434. Windows color (decimal): -9956516 or 6034280. OLE color: 6034280.
HSL color Cylindrical-coordinate representation of color #68135C: hue angle of 308.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68135C is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 92 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.59 |
| HSL | 308.47º | 0.69% | 0.24% | - |
| HSV(B) | 308.47º | 0.82% | 0.41% | - |
| XYZ | 7.87 | 4.18 | 10.52 | - |
| YUV | 52.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 92 | 0 | 0.82 | 0.12 | 0.59 | 308.47 | 0.69 | 0.24 |
| Hex | 68 | 13 | 5C | 0 | 52 | C | 3B | 134 | 45 | 18 |
| Octal | 150 | 23 | 134 | 0 | 122 | 14 | 73 | 464 | 105 | 30 |
| Binary | 1101000 | 10011 | 1011100 | 0 | 1010010 | 1100 | 111011 | 100110100 | 1000101 | 11000 |
Color Harmonies of #68135C
Complementary color
Monochromatic Colors of #68135C
Black with #68135C
Text Example
Text Example
White with #68135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68135C; }
p { color: rgb(104,19,92); }
H1.HeaderClassName
{
color: #68135C;
}
.AnyTagClassName
{
color: #68135C;
}
</style>
background-color css
<style>
a { background-color: #68135C; }
a { background-color: rgb(104,19,92); }
div.DivClassName
{
background-color: #68135C;
}
.BgClassName
{
background-color: #68135C;
}
</style>
border-color css
<style>
span { border-color: #68135C; }
span { border-color: rgb(104,19,92); }
td.TdClassName
{
border-color: #68135C;
}
.TagClassName
{
border-color: #68135C;
}
</style>