Shades of Palatinate Purple #68055E
Tints of Palatinate Purple #68055E
RGB
CMYK
RGB Variations
Color information
#68055E (or 0x68055E) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5E. RGB value is (104,5,94). Sum of RGB (Red+Green+Blue) = 104+5+94=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055E is #97FAA1. Grayscale: #2C2C2C. Windows color (decimal): -9960098 or 6161768. OLE color: 6161768.
HSL color Cylindrical-coordinate representation of color #68055E: hue angle of 306.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68055E is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 94 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.59 |
| HSL | 306.06º | 0.91% | 0.21% | - |
| HSV(B) | 306.06º | 0.95% | 0.41% | - |
| XYZ | 7.78 | 3.86 | 10.92 | - |
| YUV | 44.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 94 | 0 | 0.95 | 0.10 | 0.59 | 306.06 | 0.91 | 0.21 |
| Hex | 68 | 5 | 5E | 0 | 5F | A | 3B | 132 | 5B | 15 |
| Octal | 150 | 5 | 136 | 0 | 137 | 12 | 73 | 462 | 133 | 25 |
| Binary | 1101000 | 101 | 1011110 | 0 | 1011111 | 1010 | 111011 | 100110010 | 1011011 | 10101 |
Color Harmonies of #68055E
Complementary color
Monochromatic Colors of #68055E
Black with #68055E
Text Example
Text Example
White with #68055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68055E; }
p { color: rgb(104,5,94); }
H1.HeaderClassName
{
color: #68055E;
}
.AnyTagClassName
{
color: #68055E;
}
</style>
background-color css
<style>
a { background-color: #68055E; }
a { background-color: rgb(104,5,94); }
div.DivClassName
{
background-color: #68055E;
}
.BgClassName
{
background-color: #68055E;
}
</style>
border-color css
<style>
span { border-color: #68055E; }
span { border-color: rgb(104,5,94); }
td.TdClassName
{
border-color: #68055E;
}
.TagClassName
{
border-color: #68055E;
}
</style>