Shades of Palatinate Purple #68035E
Tints of Palatinate Purple #68035E
RGB
CMYK
RGB Variations
Color information
#68035E (or 0x68035E) is known color: Palatinate Purple. HEX triplet: 68, 03 and 5E. RGB value is (104,3,94). Sum of RGB (Red+Green+Blue) = 104+3+94=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68035E is #97FCA1. Grayscale: #2B2B2B. Windows color (decimal): -9960610 or 6161256. OLE color: 6161256.
HSL color Cylindrical-coordinate representation of color #68035E: hue angle of 305.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68035E is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 94 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.59 |
| HSL | 305.94º | 0.94% | 0.21% | - |
| HSV(B) | 305.94º | 0.97% | 0.41% | - |
| XYZ | 7.76 | 3.82 | 10.92 | - |
| YUV | 43.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 94 | 0 | 0.97 | 0.10 | 0.59 | 305.94 | 0.94 | 0.21 |
| Hex | 68 | 3 | 5E | 0 | 61 | A | 3B | 132 | 5E | 15 |
| Octal | 150 | 3 | 136 | 0 | 141 | 12 | 73 | 462 | 136 | 25 |
| Binary | 1101000 | 11 | 1011110 | 0 | 1100001 | 1010 | 111011 | 100110010 | 1011110 | 10101 |
Color Harmonies of #68035E
Complementary color
Monochromatic Colors of #68035E
Black with #68035E
Text Example
Text Example
White with #68035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68035E; }
p { color: rgb(104,3,94); }
H1.HeaderClassName
{
color: #68035E;
}
.AnyTagClassName
{
color: #68035E;
}
</style>
background-color css
<style>
a { background-color: #68035E; }
a { background-color: rgb(104,3,94); }
div.DivClassName
{
background-color: #68035E;
}
.BgClassName
{
background-color: #68035E;
}
</style>
border-color css
<style>
span { border-color: #68035E; }
span { border-color: rgb(104,3,94); }
td.TdClassName
{
border-color: #68035E;
}
.TagClassName
{
border-color: #68035E;
}
</style>