Shades of Palatinate Purple #682854
Tints of Palatinate Purple #682854
RGB
CMYK
RGB Variations
Color information
#682854 (or 0x682854) is known color: Palatinate Purple. HEX triplet: 68, 28 and 54. RGB value is (104,40,84). Sum of RGB (Red+Green+Blue) = 104+40+84=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #682854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682854 is #97D7AB. Grayscale: #404040. Windows color (decimal): -9951148 or 5515368. OLE color: 5515368.
HSL color Cylindrical-coordinate representation of color #682854: hue angle of 318.75º 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 #682854 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 84 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.59 |
| HSL | 318.75º | 0.44% | 0.28% | - |
| HSV(B) | 318.75º | 0.62% | 0.41% | - |
| XYZ | 8.07 | 5.1 | 8.95 | - |
| YUV | 64.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 84 | 0 | 0.62 | 0.19 | 0.59 | 318.75 | 0.44 | 0.28 |
| Hex | 68 | 28 | 54 | 0 | 3E | 13 | 3B | 13F | 2C | 1C |
| Octal | 150 | 50 | 124 | 0 | 76 | 23 | 73 | 477 | 54 | 34 |
| Binary | 1101000 | 101000 | 1010100 | 0 | 111110 | 10011 | 111011 | 100111111 | 101100 | 11100 |
Color Harmonies of #682854
Complementary color
Monochromatic Colors of #682854
Black with #682854
Text Example
Text Example
White with #682854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682854; }
p { color: rgb(104,40,84); }
H1.HeaderClassName
{
color: #682854;
}
.AnyTagClassName
{
color: #682854;
}
</style>
background-color css
<style>
a { background-color: #682854; }
a { background-color: rgb(104,40,84); }
div.DivClassName
{
background-color: #682854;
}
.BgClassName
{
background-color: #682854;
}
</style>
border-color css
<style>
span { border-color: #682854; }
span { border-color: rgb(104,40,84); }
td.TdClassName
{
border-color: #682854;
}
.TagClassName
{
border-color: #682854;
}
</style>