Shades of Palatinate Purple #682A56
Tints of Palatinate Purple #682A56
RGB
CMYK
RGB Variations
Color information
#682A56 (or 0x682A56) is known color: Palatinate Purple. HEX triplet: 68, 2A and 56. RGB value is (104,42,86). Sum of RGB (Red+Green+Blue) = 104+42+86=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A56 is #97D5A9. Grayscale: #414141. Windows color (decimal): -9950634 or 5646952. OLE color: 5646952.
HSL color Cylindrical-coordinate representation of color #682A56: hue angle of 317.42º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A56 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 86 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.59 |
| HSL | 317.42º | 0.42% | 0.29% | - |
| HSV(B) | 317.42º | 0.6% | 0.41% | - |
| XYZ | 8.22 | 5.27 | 9.39 | - |
| YUV | 65.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 86 | 0 | 0.60 | 0.17 | 0.59 | 317.42 | 0.42 | 0.29 |
| Hex | 68 | 2A | 56 | 0 | 3C | 11 | 3B | 13D | 2A | 1D |
| Octal | 150 | 52 | 126 | 0 | 74 | 21 | 73 | 475 | 52 | 35 |
| Binary | 1101000 | 101010 | 1010110 | 0 | 111100 | 10001 | 111011 | 100111101 | 101010 | 11101 |
Color Harmonies of #682A56
Complementary color
Monochromatic Colors of #682A56
Black with #682A56
Text Example
Text Example
White with #682A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A56; }
p { color: rgb(104,42,86); }
H1.HeaderClassName
{
color: #682A56;
}
.AnyTagClassName
{
color: #682A56;
}
</style>
background-color css
<style>
a { background-color: #682A56; }
a { background-color: rgb(104,42,86); }
div.DivClassName
{
background-color: #682A56;
}
.BgClassName
{
background-color: #682A56;
}
</style>
border-color css
<style>
span { border-color: #682A56; }
span { border-color: rgb(104,42,86); }
td.TdClassName
{
border-color: #682A56;
}
.TagClassName
{
border-color: #682A56;
}
</style>