Shades of Palatinate Purple #68225F
Tints of Palatinate Purple #68225F
RGB
CMYK
RGB Variations
Color information
#68225F (or 0x68225F) is known color: Palatinate Purple. HEX triplet: 68, 22 and 5F. RGB value is (104,34,95). Sum of RGB (Red+Green+Blue) = 104+34+95=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225F is #97DDA0. Grayscale: #3D3D3D. Windows color (decimal): -9952673 or 6234728. OLE color: 6234728.
HSL color Cylindrical-coordinate representation of color #68225F: hue angle of 307.71º 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 #68225F is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 95 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.59 |
| HSL | 307.71º | 0.51% | 0.27% | - |
| HSV(B) | 307.71º | 0.67% | 0.41% | - |
| XYZ | 8.35 | 4.91 | 11.33 | - |
| YUV | 61.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 95 | 0 | 0.67 | 0.09 | 0.59 | 307.71 | 0.51 | 0.27 |
| Hex | 68 | 22 | 5F | 0 | 43 | 9 | 3B | 134 | 33 | 1B |
| Octal | 150 | 42 | 137 | 0 | 103 | 11 | 73 | 464 | 63 | 33 |
| Binary | 1101000 | 100010 | 1011111 | 0 | 1000011 | 1001 | 111011 | 100110100 | 110011 | 11011 |
Color Harmonies of #68225F
Complementary color
Monochromatic Colors of #68225F
Black with #68225F
Text Example
Text Example
White with #68225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68225F; }
p { color: rgb(104,34,95); }
H1.HeaderClassName
{
color: #68225F;
}
.AnyTagClassName
{
color: #68225F;
}
</style>
background-color css
<style>
a { background-color: #68225F; }
a { background-color: rgb(104,34,95); }
div.DivClassName
{
background-color: #68225F;
}
.BgClassName
{
background-color: #68225F;
}
</style>
border-color css
<style>
span { border-color: #68225F; }
span { border-color: rgb(104,34,95); }
td.TdClassName
{
border-color: #68225F;
}
.TagClassName
{
border-color: #68225F;
}
</style>