Shades of Palatinate Purple #682D54
Tints of Palatinate Purple #682D54
RGB
CMYK
RGB Variations
Color information
#682D54 (or 0x682D54) is known color: Palatinate Purple. HEX triplet: 68, 2D and 54. RGB value is (104,45,84). Sum of RGB (Red+Green+Blue) = 104+45+84=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #682D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D54 is #97D2AB. Grayscale: #424242. Windows color (decimal): -9949868 or 5516648. OLE color: 5516648.
HSL color Cylindrical-coordinate representation of color #682D54: hue angle of 320.34º 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 #682D54 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 84 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.59 |
| HSL | 320.34º | 0.4% | 0.29% | - |
| HSV(B) | 320.34º | 0.57% | 0.41% | - |
| XYZ | 8.25 | 5.46 | 9.01 | - |
| YUV | 67.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 84 | 0 | 0.57 | 0.19 | 0.59 | 320.34 | 0.4 | 0.29 |
| Hex | 68 | 2D | 54 | 0 | 39 | 13 | 3B | 140 | 28 | 1D |
| Octal | 150 | 55 | 124 | 0 | 71 | 23 | 73 | 500 | 50 | 35 |
| Binary | 1101000 | 101101 | 1010100 | 0 | 111001 | 10011 | 111011 | 101000000 | 101000 | 11101 |
Color Harmonies of #682D54
Complementary color
Monochromatic Colors of #682D54
Black with #682D54
Text Example
Text Example
White with #682D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D54; }
p { color: rgb(104,45,84); }
H1.HeaderClassName
{
color: #682D54;
}
.AnyTagClassName
{
color: #682D54;
}
</style>
background-color css
<style>
a { background-color: #682D54; }
a { background-color: rgb(104,45,84); }
div.DivClassName
{
background-color: #682D54;
}
.BgClassName
{
background-color: #682D54;
}
</style>
border-color css
<style>
span { border-color: #682D54; }
span { border-color: rgb(104,45,84); }
td.TdClassName
{
border-color: #682D54;
}
.TagClassName
{
border-color: #682D54;
}
</style>