Shades of Palatinate Purple #682A65
Tints of Palatinate Purple #682A65
RGB
CMYK
RGB Variations
Color information
#682A65 (or 0x682A65) is known color: Palatinate Purple. HEX triplet: 68, 2A and 65. RGB value is (104,42,101). Sum of RGB (Red+Green+Blue) = 104+42+101=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #682A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A65 is #97D59A. Grayscale: #434343. Windows color (decimal): -9950619 or 6629992. OLE color: 6629992.
HSL color Cylindrical-coordinate representation of color #682A65: hue angle of 302.9º 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 #682A65 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 101 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.59 |
| HSL | 302.9º | 0.42% | 0.29% | - |
| HSV(B) | 302.9º | 0.6% | 0.41% | - |
| XYZ | 8.89 | 5.54 | 12.91 | - |
| YUV | 67.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 101 | 0 | 0.60 | 0.03 | 0.59 | 302.9 | 0.42 | 0.29 |
| Hex | 68 | 2A | 65 | 0 | 3C | 3 | 3B | 12F | 2A | 1D |
| Octal | 150 | 52 | 145 | 0 | 74 | 3 | 73 | 457 | 52 | 35 |
| Binary | 1101000 | 101010 | 1100101 | 0 | 111100 | 11 | 111011 | 100101111 | 101010 | 11101 |
Color Harmonies of #682A65
Complementary color
Monochromatic Colors of #682A65
Black with #682A65
Text Example
Text Example
White with #682A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A65; }
p { color: rgb(104,42,101); }
H1.HeaderClassName
{
color: #682A65;
}
.AnyTagClassName
{
color: #682A65;
}
</style>
background-color css
<style>
a { background-color: #682A65; }
a { background-color: rgb(104,42,101); }
div.DivClassName
{
background-color: #682A65;
}
.BgClassName
{
background-color: #682A65;
}
</style>
border-color css
<style>
span { border-color: #682A65; }
span { border-color: rgb(104,42,101); }
td.TdClassName
{
border-color: #682A65;
}
.TagClassName
{
border-color: #682A65;
}
</style>