Shades of Palatinate Purple #682E65
Tints of Palatinate Purple #682E65
RGB
CMYK
RGB Variations
Color information
#682E65 (or 0x682E65) is known color: Palatinate Purple. HEX triplet: 68, 2E and 65. RGB value is (104,46,101). Sum of RGB (Red+Green+Blue) = 104+46+101=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #682E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E65 is #97D19A. Grayscale: #454545. Windows color (decimal): -9949595 or 6631016. OLE color: 6631016.
HSL color Cylindrical-coordinate representation of color #682E65: hue angle of 303.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E65 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 101 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.59 |
| HSL | 303.1º | 0.39% | 0.29% | - |
| HSV(B) | 303.1º | 0.56% | 0.41% | - |
| XYZ | 9.03 | 5.84 | 12.96 | - |
| YUV | 69.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 101 | 0 | 0.56 | 0.03 | 0.59 | 303.1 | 0.39 | 0.29 |
| Hex | 68 | 2E | 65 | 0 | 38 | 3 | 3B | 12F | 27 | 1D |
| Octal | 150 | 56 | 145 | 0 | 70 | 3 | 73 | 457 | 47 | 35 |
| Binary | 1101000 | 101110 | 1100101 | 0 | 111000 | 11 | 111011 | 100101111 | 100111 | 11101 |
Color Harmonies of #682E65
Complementary color
Monochromatic Colors of #682E65
Black with #682E65
Text Example
Text Example
White with #682E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E65; }
p { color: rgb(104,46,101); }
H1.HeaderClassName
{
color: #682E65;
}
.AnyTagClassName
{
color: #682E65;
}
</style>
background-color css
<style>
a { background-color: #682E65; }
a { background-color: rgb(104,46,101); }
div.DivClassName
{
background-color: #682E65;
}
.BgClassName
{
background-color: #682E65;
}
</style>
border-color css
<style>
span { border-color: #682E65; }
span { border-color: rgb(104,46,101); }
td.TdClassName
{
border-color: #682E65;
}
.TagClassName
{
border-color: #682E65;
}
</style>