Shades of Palatinate Purple #68225E
Tints of Palatinate Purple #68225E
RGB
CMYK
RGB Variations
Color information
#68225E (or 0x68225E) is known color: Palatinate Purple. HEX triplet: 68, 22 and 5E. RGB value is (104,34,94). Sum of RGB (Red+Green+Blue) = 104+34+94=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225E is #97DDA1. Grayscale: #3D3D3D. Windows color (decimal): -9952674 or 6169192. OLE color: 6169192.
HSL color Cylindrical-coordinate representation of color #68225E: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68225E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 94 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.59 |
| HSL | 308.57º | 0.51% | 0.27% | - |
| HSV(B) | 308.57º | 0.67% | 0.41% | - |
| XYZ | 8.3 | 4.9 | 11.1 | - |
| YUV | 61.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 94 | 0 | 0.67 | 0.10 | 0.59 | 308.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 5E | 0 | 43 | A | 3B | 135 | 33 | 1B |
| Octal | 150 | 42 | 136 | 0 | 103 | 12 | 73 | 465 | 63 | 33 |
| Binary | 1101000 | 100010 | 1011110 | 0 | 1000011 | 1010 | 111011 | 100110101 | 110011 | 11011 |
Color Harmonies of #68225E
Complementary color
Monochromatic Colors of #68225E
Black with #68225E
Text Example
Text Example
White with #68225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68225E; }
p { color: rgb(104,34,94); }
H1.HeaderClassName
{
color: #68225E;
}
.AnyTagClassName
{
color: #68225E;
}
</style>
background-color css
<style>
a { background-color: #68225E; }
a { background-color: rgb(104,34,94); }
div.DivClassName
{
background-color: #68225E;
}
.BgClassName
{
background-color: #68225E;
}
</style>
border-color css
<style>
span { border-color: #68225E; }
span { border-color: rgb(104,34,94); }
td.TdClassName
{
border-color: #68225E;
}
.TagClassName
{
border-color: #68225E;
}
</style>