Shades of Palatinate Purple #682D65
Tints of Palatinate Purple #682D65
RGB
CMYK
RGB Variations
Color information
#682D65 (or 0x682D65) is known color: Palatinate Purple. HEX triplet: 68, 2D and 65. RGB value is (104,45,101). Sum of RGB (Red+Green+Blue) = 104+45+101=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #682D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D65 is #97D29A. Grayscale: #444444. Windows color (decimal): -9949851 or 6630760. OLE color: 6630760.
HSL color Cylindrical-coordinate representation of color #682D65: hue angle of 303.05º 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 #682D65 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 101 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.59 |
| HSL | 303.05º | 0.4% | 0.29% | - |
| HSV(B) | 303.05º | 0.57% | 0.41% | - |
| XYZ | 9 | 5.76 | 12.95 | - |
| YUV | 69.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 101 | 0 | 0.57 | 0.03 | 0.59 | 303.05 | 0.4 | 0.29 |
| Hex | 68 | 2D | 65 | 0 | 39 | 3 | 3B | 12F | 28 | 1D |
| Octal | 150 | 55 | 145 | 0 | 71 | 3 | 73 | 457 | 50 | 35 |
| Binary | 1101000 | 101101 | 1100101 | 0 | 111001 | 11 | 111011 | 100101111 | 101000 | 11101 |
Color Harmonies of #682D65
Complementary color
Monochromatic Colors of #682D65
Black with #682D65
Text Example
Text Example
White with #682D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D65; }
p { color: rgb(104,45,101); }
H1.HeaderClassName
{
color: #682D65;
}
.AnyTagClassName
{
color: #682D65;
}
</style>
background-color css
<style>
a { background-color: #682D65; }
a { background-color: rgb(104,45,101); }
div.DivClassName
{
background-color: #682D65;
}
.BgClassName
{
background-color: #682D65;
}
</style>
border-color css
<style>
span { border-color: #682D65; }
span { border-color: rgb(104,45,101); }
td.TdClassName
{
border-color: #682D65;
}
.TagClassName
{
border-color: #682D65;
}
</style>