Shades of Palatinate Purple #682B5C
Tints of Palatinate Purple #682B5C
RGB
CMYK
RGB Variations
Color information
#682B5C (or 0x682B5C) is known color: Palatinate Purple. HEX triplet: 68, 2B and 5C. RGB value is (104,43,92). Sum of RGB (Red+Green+Blue) = 104+43+92=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5C is #97D4A3. Grayscale: #424242. Windows color (decimal): -9950372 or 6040424. OLE color: 6040424.
HSL color Cylindrical-coordinate representation of color #682B5C: hue angle of 311.8º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B5C is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 92 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.59 |
| HSL | 311.8º | 0.41% | 0.29% | - |
| HSV(B) | 311.8º | 0.59% | 0.41% | - |
| XYZ | 8.5 | 5.44 | 10.73 | - |
| YUV | 66.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 92 | 0 | 0.59 | 0.12 | 0.59 | 311.8 | 0.41 | 0.29 |
| Hex | 68 | 2B | 5C | 0 | 3B | C | 3B | 138 | 29 | 1D |
| Octal | 150 | 53 | 134 | 0 | 73 | 14 | 73 | 470 | 51 | 35 |
| Binary | 1101000 | 101011 | 1011100 | 0 | 111011 | 1100 | 111011 | 100111000 | 101001 | 11101 |
Color Harmonies of #682B5C
Complementary color
Monochromatic Colors of #682B5C
Black with #682B5C
Text Example
Text Example
White with #682B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B5C; }
p { color: rgb(104,43,92); }
H1.HeaderClassName
{
color: #682B5C;
}
.AnyTagClassName
{
color: #682B5C;
}
</style>
background-color css
<style>
a { background-color: #682B5C; }
a { background-color: rgb(104,43,92); }
div.DivClassName
{
background-color: #682B5C;
}
.BgClassName
{
background-color: #682B5C;
}
</style>
border-color css
<style>
span { border-color: #682B5C; }
span { border-color: rgb(104,43,92); }
td.TdClassName
{
border-color: #682B5C;
}
.TagClassName
{
border-color: #682B5C;
}
</style>