Shades of Palatinate Purple #682D64
Tints of Palatinate Purple #682D64
RGB
CMYK
RGB Variations
Color information
#682D64 (or 0x682D64) is known color: Palatinate Purple. HEX triplet: 68, 2D and 64. RGB value is (104,45,100). Sum of RGB (Red+Green+Blue) = 104+45+100=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #682D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D64 is #97D29B. Grayscale: #444444. Windows color (decimal): -9949852 or 6565224. OLE color: 6565224.
HSL color Cylindrical-coordinate representation of color #682D64: hue angle of 304.07º 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 #682D64 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 100 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.59 |
| HSL | 304.07º | 0.4% | 0.29% | - |
| HSV(B) | 304.07º | 0.57% | 0.41% | - |
| XYZ | 8.95 | 5.74 | 12.69 | - |
| YUV | 68.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 100 | 0 | 0.57 | 0.04 | 0.59 | 304.07 | 0.4 | 0.29 |
| Hex | 68 | 2D | 64 | 0 | 39 | 4 | 3B | 130 | 28 | 1D |
| Octal | 150 | 55 | 144 | 0 | 71 | 4 | 73 | 460 | 50 | 35 |
| Binary | 1101000 | 101101 | 1100100 | 0 | 111001 | 100 | 111011 | 100110000 | 101000 | 11101 |
Color Harmonies of #682D64
Complementary color
Monochromatic Colors of #682D64
Black with #682D64
Text Example
Text Example
White with #682D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D64; }
p { color: rgb(104,45,100); }
H1.HeaderClassName
{
color: #682D64;
}
.AnyTagClassName
{
color: #682D64;
}
</style>
background-color css
<style>
a { background-color: #682D64; }
a { background-color: rgb(104,45,100); }
div.DivClassName
{
background-color: #682D64;
}
.BgClassName
{
background-color: #682D64;
}
</style>
border-color css
<style>
span { border-color: #682D64; }
span { border-color: rgb(104,45,100); }
td.TdClassName
{
border-color: #682D64;
}
.TagClassName
{
border-color: #682D64;
}
</style>