Shades of Palatinate Purple #682D62
Tints of Palatinate Purple #682D62
RGB
CMYK
RGB Variations
Color information
#682D62 (or 0x682D62) is known color: Palatinate Purple. HEX triplet: 68, 2D and 62. RGB value is (104,45,98). Sum of RGB (Red+Green+Blue) = 104+45+98=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #682D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D62 is #97D29D. Grayscale: #444444. Windows color (decimal): -9949854 or 6434152. OLE color: 6434152.
HSL color Cylindrical-coordinate representation of color #682D62: hue angle of 306.1º 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 #682D62 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 98 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.59 |
| HSL | 306.1º | 0.4% | 0.29% | - |
| HSV(B) | 306.1º | 0.57% | 0.41% | - |
| XYZ | 8.85 | 5.7 | 12.19 | - |
| YUV | 68.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 98 | 0 | 0.57 | 0.06 | 0.59 | 306.1 | 0.4 | 0.29 |
| Hex | 68 | 2D | 62 | 0 | 39 | 6 | 3B | 132 | 28 | 1D |
| Octal | 150 | 55 | 142 | 0 | 71 | 6 | 73 | 462 | 50 | 35 |
| Binary | 1101000 | 101101 | 1100010 | 0 | 111001 | 110 | 111011 | 100110010 | 101000 | 11101 |
Color Harmonies of #682D62
Complementary color
Monochromatic Colors of #682D62
Black with #682D62
Text Example
Text Example
White with #682D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D62; }
p { color: rgb(104,45,98); }
H1.HeaderClassName
{
color: #682D62;
}
.AnyTagClassName
{
color: #682D62;
}
</style>
background-color css
<style>
a { background-color: #682D62; }
a { background-color: rgb(104,45,98); }
div.DivClassName
{
background-color: #682D62;
}
.BgClassName
{
background-color: #682D62;
}
</style>
border-color css
<style>
span { border-color: #682D62; }
span { border-color: rgb(104,45,98); }
td.TdClassName
{
border-color: #682D62;
}
.TagClassName
{
border-color: #682D62;
}
</style>