Shades of Palatinate Purple #682D5B
Tints of Palatinate Purple #682D5B
RGB
CMYK
RGB Variations
Color information
#682D5B (or 0x682D5B) is known color: Palatinate Purple. HEX triplet: 68, 2D and 5B. RGB value is (104,45,91). Sum of RGB (Red+Green+Blue) = 104+45+91=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D5B is #97D2A4. Grayscale: #434343. Windows color (decimal): -9949861 or 5975400. OLE color: 5975400.
HSL color Cylindrical-coordinate representation of color #682D5B: hue angle of 313.22º 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 #682D5B is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 91 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.59 |
| HSL | 313.22º | 0.4% | 0.29% | - |
| HSV(B) | 313.22º | 0.57% | 0.41% | - |
| XYZ | 8.54 | 5.58 | 10.52 | - |
| YUV | 67.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 91 | 0 | 0.57 | 0.12 | 0.59 | 313.22 | 0.4 | 0.29 |
| Hex | 68 | 2D | 5B | 0 | 39 | C | 3B | 139 | 28 | 1D |
| Octal | 150 | 55 | 133 | 0 | 71 | 14 | 73 | 471 | 50 | 35 |
| Binary | 1101000 | 101101 | 1011011 | 0 | 111001 | 1100 | 111011 | 100111001 | 101000 | 11101 |
Color Harmonies of #682D5B
Complementary color
Monochromatic Colors of #682D5B
Black with #682D5B
Text Example
Text Example
White with #682D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D5B; }
p { color: rgb(104,45,91); }
H1.HeaderClassName
{
color: #682D5B;
}
.AnyTagClassName
{
color: #682D5B;
}
</style>
background-color css
<style>
a { background-color: #682D5B; }
a { background-color: rgb(104,45,91); }
div.DivClassName
{
background-color: #682D5B;
}
.BgClassName
{
background-color: #682D5B;
}
</style>
border-color css
<style>
span { border-color: #682D5B; }
span { border-color: rgb(104,45,91); }
td.TdClassName
{
border-color: #682D5B;
}
.TagClassName
{
border-color: #682D5B;
}
</style>