Shades of Palatinate Purple #68255C
Tints of Palatinate Purple #68255C
RGB
CMYK
RGB Variations
Color information
#68255C (or 0x68255C) is known color: Palatinate Purple. HEX triplet: 68, 25 and 5C. RGB value is (104,37,92). Sum of RGB (Red+Green+Blue) = 104+37+92=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255C is #97DAA3. Grayscale: #3F3F3F. Windows color (decimal): -9951908 or 6038888. OLE color: 6038888.
HSL color Cylindrical-coordinate representation of color #68255C: hue angle of 310.75º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68255C is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 92 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.59 |
| HSL | 310.75º | 0.48% | 0.28% | - |
| HSV(B) | 310.75º | 0.64% | 0.41% | - |
| XYZ | 8.3 | 5.04 | 10.66 | - |
| YUV | 63.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 92 | 0 | 0.64 | 0.12 | 0.59 | 310.75 | 0.48 | 0.28 |
| Hex | 68 | 25 | 5C | 0 | 40 | C | 3B | 137 | 30 | 1C |
| Octal | 150 | 45 | 134 | 0 | 100 | 14 | 73 | 467 | 60 | 34 |
| Binary | 1101000 | 100101 | 1011100 | 0 | 1000000 | 1100 | 111011 | 100110111 | 110000 | 11100 |
Color Harmonies of #68255C
Complementary color
Monochromatic Colors of #68255C
Black with #68255C
Text Example
Text Example
White with #68255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68255C; }
p { color: rgb(104,37,92); }
H1.HeaderClassName
{
color: #68255C;
}
.AnyTagClassName
{
color: #68255C;
}
</style>
background-color css
<style>
a { background-color: #68255C; }
a { background-color: rgb(104,37,92); }
div.DivClassName
{
background-color: #68255C;
}
.BgClassName
{
background-color: #68255C;
}
</style>
border-color css
<style>
span { border-color: #68255C; }
span { border-color: rgb(104,37,92); }
td.TdClassName
{
border-color: #68255C;
}
.TagClassName
{
border-color: #68255C;
}
</style>