Shades of Palatinate Purple #68125E
Tints of Palatinate Purple #68125E
RGB
CMYK
RGB Variations
Color information
#68125E (or 0x68125E) is known color: Palatinate Purple. HEX triplet: 68, 12 and 5E. RGB value is (104,18,94). Sum of RGB (Red+Green+Blue) = 104+18+94=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68125E is #97EDA1. Grayscale: #343434. Windows color (decimal): -9956770 or 6165096. OLE color: 6165096.
HSL color Cylindrical-coordinate representation of color #68125E: hue angle of 306.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68125E is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 94 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.59 |
| HSL | 306.98º | 0.7% | 0.24% | - |
| HSV(B) | 306.98º | 0.83% | 0.41% | - |
| XYZ | 7.95 | 4.18 | 10.98 | - |
| YUV | 52.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 94 | 0 | 0.83 | 0.10 | 0.59 | 306.98 | 0.7 | 0.24 |
| Hex | 68 | 12 | 5E | 0 | 53 | A | 3B | 133 | 46 | 18 |
| Octal | 150 | 22 | 136 | 0 | 123 | 12 | 73 | 463 | 106 | 30 |
| Binary | 1101000 | 10010 | 1011110 | 0 | 1010011 | 1010 | 111011 | 100110011 | 1000110 | 11000 |
Color Harmonies of #68125E
Complementary color
Monochromatic Colors of #68125E
Black with #68125E
Text Example
Text Example
White with #68125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68125E; }
p { color: rgb(104,18,94); }
H1.HeaderClassName
{
color: #68125E;
}
.AnyTagClassName
{
color: #68125E;
}
</style>
background-color css
<style>
a { background-color: #68125E; }
a { background-color: rgb(104,18,94); }
div.DivClassName
{
background-color: #68125E;
}
.BgClassName
{
background-color: #68125E;
}
</style>
border-color css
<style>
span { border-color: #68125E; }
span { border-color: rgb(104,18,94); }
td.TdClassName
{
border-color: #68125E;
}
.TagClassName
{
border-color: #68125E;
}
</style>