Shades of Palatinate Purple #682D59
Tints of Palatinate Purple #682D59
RGB
CMYK
RGB Variations
Color information
#682D59 (or 0x682D59) is known color: Palatinate Purple. HEX triplet: 68, 2D and 59. RGB value is (104,45,89). Sum of RGB (Red+Green+Blue) = 104+45+89=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D59 is #97D2A6. Grayscale: #434343. Windows color (decimal): -9949863 or 5844328. OLE color: 5844328.
HSL color Cylindrical-coordinate representation of color #682D59: hue angle of 315.25º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D59 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 89 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.59 |
| HSL | 315.25º | 0.4% | 0.29% | - |
| HSV(B) | 315.25º | 0.57% | 0.41% | - |
| XYZ | 8.45 | 5.54 | 10.08 | - |
| YUV | 67.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 89 | 0 | 0.57 | 0.14 | 0.59 | 315.25 | 0.4 | 0.29 |
| Hex | 68 | 2D | 59 | 0 | 39 | E | 3B | 13B | 28 | 1D |
| Octal | 150 | 55 | 131 | 0 | 71 | 16 | 73 | 473 | 50 | 35 |
| Binary | 1101000 | 101101 | 1011001 | 0 | 111001 | 1110 | 111011 | 100111011 | 101000 | 11101 |
Color Harmonies of #682D59
Complementary color
Monochromatic Colors of #682D59
Black with #682D59
Text Example
Text Example
White with #682D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D59; }
p { color: rgb(104,45,89); }
H1.HeaderClassName
{
color: #682D59;
}
.AnyTagClassName
{
color: #682D59;
}
</style>
background-color css
<style>
a { background-color: #682D59; }
a { background-color: rgb(104,45,89); }
div.DivClassName
{
background-color: #682D59;
}
.BgClassName
{
background-color: #682D59;
}
</style>
border-color css
<style>
span { border-color: #682D59; }
span { border-color: rgb(104,45,89); }
td.TdClassName
{
border-color: #682D59;
}
.TagClassName
{
border-color: #682D59;
}
</style>