Shades of Palatinate Purple #682A66
Tints of Palatinate Purple #682A66
RGB
CMYK
RGB Variations
Color information
#682A66 (or 0x682A66) is known color: Palatinate Purple. HEX triplet: 68, 2A and 66. RGB value is (104,42,102). Sum of RGB (Red+Green+Blue) = 104+42+102=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #682A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A66 is #97D599. Grayscale: #434343. Windows color (decimal): -9950618 or 6695528. OLE color: 6695528.
HSL color Cylindrical-coordinate representation of color #682A66: hue angle of 301.94º 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 #682A66 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 102 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.59 |
| HSL | 301.94º | 0.42% | 0.29% | - |
| HSV(B) | 301.94º | 0.6% | 0.41% | - |
| XYZ | 8.94 | 5.56 | 13.17 | - |
| YUV | 67.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 102 | 0 | 0.60 | 0.02 | 0.59 | 301.94 | 0.42 | 0.29 |
| Hex | 68 | 2A | 66 | 0 | 3C | 2 | 3B | 12E | 2A | 1D |
| Octal | 150 | 52 | 146 | 0 | 74 | 2 | 73 | 456 | 52 | 35 |
| Binary | 1101000 | 101010 | 1100110 | 0 | 111100 | 10 | 111011 | 100101110 | 101010 | 11101 |
Color Harmonies of #682A66
Complementary color
Monochromatic Colors of #682A66
Black with #682A66
Text Example
Text Example
White with #682A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A66; }
p { color: rgb(104,42,102); }
H1.HeaderClassName
{
color: #682A66;
}
.AnyTagClassName
{
color: #682A66;
}
</style>
background-color css
<style>
a { background-color: #682A66; }
a { background-color: rgb(104,42,102); }
div.DivClassName
{
background-color: #682A66;
}
.BgClassName
{
background-color: #682A66;
}
</style>
border-color css
<style>
span { border-color: #682A66; }
span { border-color: rgb(104,42,102); }
td.TdClassName
{
border-color: #682A66;
}
.TagClassName
{
border-color: #682A66;
}
</style>