Shades of Palatinate Purple #682853
Tints of Palatinate Purple #682853
RGB
CMYK
RGB Variations
Color information
#682853 (or 0x682853) is known color: Palatinate Purple. HEX triplet: 68, 28 and 53. RGB value is (104,40,83). Sum of RGB (Red+Green+Blue) = 104+40+83=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682853 is #97D7AC. Grayscale: #3F3F3F. Windows color (decimal): -9951149 or 5449832. OLE color: 5449832.
HSL color Cylindrical-coordinate representation of color #682853: hue angle of 319.69º 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 #682853 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 83 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.59 |
| HSL | 319.69º | 0.44% | 0.28% | - |
| HSV(B) | 319.69º | 0.62% | 0.41% | - |
| XYZ | 8.03 | 5.09 | 8.74 | - |
| YUV | 64.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 83 | 0 | 0.62 | 0.20 | 0.59 | 319.69 | 0.44 | 0.28 |
| Hex | 68 | 28 | 53 | 0 | 3E | 14 | 3B | 140 | 2C | 1C |
| Octal | 150 | 50 | 123 | 0 | 76 | 24 | 73 | 500 | 54 | 34 |
| Binary | 1101000 | 101000 | 1010011 | 0 | 111110 | 10100 | 111011 | 101000000 | 101100 | 11100 |
Color Harmonies of #682853
Complementary color
Monochromatic Colors of #682853
Black with #682853
Text Example
Text Example
White with #682853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682853; }
p { color: rgb(104,40,83); }
H1.HeaderClassName
{
color: #682853;
}
.AnyTagClassName
{
color: #682853;
}
</style>
background-color css
<style>
a { background-color: #682853; }
a { background-color: rgb(104,40,83); }
div.DivClassName
{
background-color: #682853;
}
.BgClassName
{
background-color: #682853;
}
</style>
border-color css
<style>
span { border-color: #682853; }
span { border-color: rgb(104,40,83); }
td.TdClassName
{
border-color: #682853;
}
.TagClassName
{
border-color: #682853;
}
</style>