Shades of Palatinate Purple #682D60
Tints of Palatinate Purple #682D60
RGB
CMYK
RGB Variations
Color information
#682D60 (or 0x682D60) is known color: Palatinate Purple. HEX triplet: 68, 2D and 60. RGB value is (104,45,96). Sum of RGB (Red+Green+Blue) = 104+45+96=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D60 is #97D29F. Grayscale: #444444. Windows color (decimal): -9949856 or 6303080. OLE color: 6303080.
HSL color Cylindrical-coordinate representation of color #682D60: hue angle of 308.14º 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 #682D60 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 96 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.59 |
| HSL | 308.14º | 0.4% | 0.29% | - |
| HSV(B) | 308.14º | 0.57% | 0.41% | - |
| XYZ | 8.76 | 5.66 | 11.7 | - |
| YUV | 68.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 96 | 0 | 0.57 | 0.08 | 0.59 | 308.14 | 0.4 | 0.29 |
| Hex | 68 | 2D | 60 | 0 | 39 | 8 | 3B | 134 | 28 | 1D |
| Octal | 150 | 55 | 140 | 0 | 71 | 10 | 73 | 464 | 50 | 35 |
| Binary | 1101000 | 101101 | 1100000 | 0 | 111001 | 1000 | 111011 | 100110100 | 101000 | 11101 |
Color Harmonies of #682D60
Complementary color
Monochromatic Colors of #682D60
Black with #682D60
Text Example
Text Example
White with #682D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D60; }
p { color: rgb(104,45,96); }
H1.HeaderClassName
{
color: #682D60;
}
.AnyTagClassName
{
color: #682D60;
}
</style>
background-color css
<style>
a { background-color: #682D60; }
a { background-color: rgb(104,45,96); }
div.DivClassName
{
background-color: #682D60;
}
.BgClassName
{
background-color: #682D60;
}
</style>
border-color css
<style>
span { border-color: #682D60; }
span { border-color: rgb(104,45,96); }
td.TdClassName
{
border-color: #682D60;
}
.TagClassName
{
border-color: #682D60;
}
</style>