Shades of Palatinate Purple #682858
Tints of Palatinate Purple #682858
RGB
CMYK
RGB Variations
Color information
#682858 (or 0x682858) is known color: Palatinate Purple. HEX triplet: 68, 28 and 58. RGB value is (104,40,88). Sum of RGB (Red+Green+Blue) = 104+40+88=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682858 is #97D7A7. Grayscale: #404040. Windows color (decimal): -9951144 or 5777512. OLE color: 5777512.
HSL color Cylindrical-coordinate representation of color #682858: hue angle of 315º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682858 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 88 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.59 |
| HSL | 315º | 0.44% | 0.28% | - |
| HSV(B) | 315º | 0.62% | 0.41% | - |
| XYZ | 8.23 | 5.17 | 9.8 | - |
| YUV | 64.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 88 | 0 | 0.62 | 0.15 | 0.59 | 315 | 0.44 | 0.28 |
| Hex | 68 | 28 | 58 | 0 | 3E | F | 3B | 13B | 2C | 1C |
| Octal | 150 | 50 | 130 | 0 | 76 | 17 | 73 | 473 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011000 | 0 | 111110 | 1111 | 111011 | 100111011 | 101100 | 11100 |
Color Harmonies of #682858
Complementary color
Monochromatic Colors of #682858
Black with #682858
Text Example
Text Example
White with #682858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682858; }
p { color: rgb(104,40,88); }
H1.HeaderClassName
{
color: #682858;
}
.AnyTagClassName
{
color: #682858;
}
</style>
background-color css
<style>
a { background-color: #682858; }
a { background-color: rgb(104,40,88); }
div.DivClassName
{
background-color: #682858;
}
.BgClassName
{
background-color: #682858;
}
</style>
border-color css
<style>
span { border-color: #682858; }
span { border-color: rgb(104,40,88); }
td.TdClassName
{
border-color: #682858;
}
.TagClassName
{
border-color: #682858;
}
</style>