Shades of Palatinate Purple #68315C
Tints of Palatinate Purple #68315C
RGB
CMYK
RGB Variations
Color information
#68315C (or 0x68315C) is known color: Palatinate Purple. HEX triplet: 68, 31 and 5C. RGB value is (104,49,92). Sum of RGB (Red+Green+Blue) = 104+49+92=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68315C is #97CEA3. Grayscale: #464646. Windows color (decimal): -9948836 or 6041960. OLE color: 6041960.
HSL color Cylindrical-coordinate representation of color #68315C: hue angle of 313.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68315C is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 92 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.59 |
| HSL | 313.09º | 0.36% | 0.3% | - |
| HSV(B) | 313.09º | 0.53% | 0.41% | - |
| XYZ | 8.74 | 5.91 | 10.81 | - |
| YUV | 70.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 92 | 0 | 0.53 | 0.12 | 0.59 | 313.09 | 0.36 | 0.3 |
| Hex | 68 | 31 | 5C | 0 | 35 | C | 3B | 139 | 24 | 1E |
| Octal | 150 | 61 | 134 | 0 | 65 | 14 | 73 | 471 | 44 | 36 |
| Binary | 1101000 | 110001 | 1011100 | 0 | 110101 | 1100 | 111011 | 100111001 | 100100 | 11110 |
Color Harmonies of #68315C
Complementary color
Monochromatic Colors of #68315C
Black with #68315C
Text Example
Text Example
White with #68315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68315C; }
p { color: rgb(104,49,92); }
H1.HeaderClassName
{
color: #68315C;
}
.AnyTagClassName
{
color: #68315C;
}
</style>
background-color css
<style>
a { background-color: #68315C; }
a { background-color: rgb(104,49,92); }
div.DivClassName
{
background-color: #68315C;
}
.BgClassName
{
background-color: #68315C;
}
</style>
border-color css
<style>
span { border-color: #68315C; }
span { border-color: rgb(104,49,92); }
td.TdClassName
{
border-color: #68315C;
}
.TagClassName
{
border-color: #68315C;
}
</style>