Shades of Palatinate Purple #682E55
Tints of Palatinate Purple #682E55
RGB
CMYK
RGB Variations
Color information
#682E55 (or 0x682E55) is known color: Palatinate Purple. HEX triplet: 68, 2E and 55. RGB value is (104,46,85). Sum of RGB (Red+Green+Blue) = 104+46+85=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E55 is #97D1AA. Grayscale: #434343. Windows color (decimal): -9949611 or 5582440. OLE color: 5582440.
HSL color Cylindrical-coordinate representation of color #682E55: hue angle of 319.66º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E55 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 85 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.59 |
| HSL | 319.66º | 0.39% | 0.29% | - |
| HSV(B) | 319.66º | 0.56% | 0.41% | - |
| XYZ | 8.33 | 5.55 | 9.23 | - |
| YUV | 67.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 85 | 0 | 0.56 | 0.18 | 0.59 | 319.66 | 0.39 | 0.29 |
| Hex | 68 | 2E | 55 | 0 | 38 | 12 | 3B | 140 | 27 | 1D |
| Octal | 150 | 56 | 125 | 0 | 70 | 22 | 73 | 500 | 47 | 35 |
| Binary | 1101000 | 101110 | 1010101 | 0 | 111000 | 10010 | 111011 | 101000000 | 100111 | 11101 |
Color Harmonies of #682E55
Complementary color
Monochromatic Colors of #682E55
Black with #682E55
Text Example
Text Example
White with #682E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E55; }
p { color: rgb(104,46,85); }
H1.HeaderClassName
{
color: #682E55;
}
.AnyTagClassName
{
color: #682E55;
}
</style>
background-color css
<style>
a { background-color: #682E55; }
a { background-color: rgb(104,46,85); }
div.DivClassName
{
background-color: #682E55;
}
.BgClassName
{
background-color: #682E55;
}
</style>
border-color css
<style>
span { border-color: #682E55; }
span { border-color: rgb(104,46,85); }
td.TdClassName
{
border-color: #682E55;
}
.TagClassName
{
border-color: #682E55;
}
</style>