Shades of Palatinate Purple #682D5F
Tints of Palatinate Purple #682D5F
RGB
CMYK
RGB Variations
Color information
#682D5F (or 0x682D5F) is known color: Palatinate Purple. HEX triplet: 68, 2D and 5F. RGB value is (104,45,95). Sum of RGB (Red+Green+Blue) = 104+45+95=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #682D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D5F is #97D2A0. Grayscale: #444444. Windows color (decimal): -9949857 or 6237544. OLE color: 6237544.
HSL color Cylindrical-coordinate representation of color #682D5F: hue angle of 309.15º 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 #682D5F is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 95 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.59 |
| HSL | 309.15º | 0.4% | 0.29% | - |
| HSV(B) | 309.15º | 0.57% | 0.41% | - |
| XYZ | 8.71 | 5.65 | 11.46 | - |
| YUV | 68.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 95 | 0 | 0.57 | 0.09 | 0.59 | 309.15 | 0.4 | 0.29 |
| Hex | 68 | 2D | 5F | 0 | 39 | 9 | 3B | 135 | 28 | 1D |
| Octal | 150 | 55 | 137 | 0 | 71 | 11 | 73 | 465 | 50 | 35 |
| Binary | 1101000 | 101101 | 1011111 | 0 | 111001 | 1001 | 111011 | 100110101 | 101000 | 11101 |
Color Harmonies of #682D5F
Complementary color
Monochromatic Colors of #682D5F
Black with #682D5F
Text Example
Text Example
White with #682D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D5F; }
p { color: rgb(104,45,95); }
H1.HeaderClassName
{
color: #682D5F;
}
.AnyTagClassName
{
color: #682D5F;
}
</style>
background-color css
<style>
a { background-color: #682D5F; }
a { background-color: rgb(104,45,95); }
div.DivClassName
{
background-color: #682D5F;
}
.BgClassName
{
background-color: #682D5F;
}
</style>
border-color css
<style>
span { border-color: #682D5F; }
span { border-color: rgb(104,45,95); }
td.TdClassName
{
border-color: #682D5F;
}
.TagClassName
{
border-color: #682D5F;
}
</style>