Shades of Palatinate Purple #682653
Tints of Palatinate Purple #682653
RGB
CMYK
RGB Variations
Color information
#682653 (or 0x682653) is known color: Palatinate Purple. HEX triplet: 68, 26 and 53. RGB value is (104,38,83). Sum of RGB (Red+Green+Blue) = 104+38+83=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682653 is #97D9AC. Grayscale: #3E3E3E. Windows color (decimal): -9951661 or 5449320. OLE color: 5449320.
HSL color Cylindrical-coordinate representation of color #682653: hue angle of 319.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682653 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 83 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.59 |
| HSL | 319.09º | 0.46% | 0.28% | - |
| HSV(B) | 319.09º | 0.63% | 0.41% | - |
| XYZ | 7.96 | 4.95 | 8.72 | - |
| YUV | 62.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 83 | 0 | 0.63 | 0.20 | 0.59 | 319.09 | 0.46 | 0.28 |
| Hex | 68 | 26 | 53 | 0 | 3F | 14 | 3B | 13F | 2E | 1C |
| Octal | 150 | 46 | 123 | 0 | 77 | 24 | 73 | 477 | 56 | 34 |
| Binary | 1101000 | 100110 | 1010011 | 0 | 111111 | 10100 | 111011 | 100111111 | 101110 | 11100 |
Color Harmonies of #682653
Complementary color
Monochromatic Colors of #682653
Black with #682653
Text Example
Text Example
White with #682653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682653; }
p { color: rgb(104,38,83); }
H1.HeaderClassName
{
color: #682653;
}
.AnyTagClassName
{
color: #682653;
}
</style>
background-color css
<style>
a { background-color: #682653; }
a { background-color: rgb(104,38,83); }
div.DivClassName
{
background-color: #682653;
}
.BgClassName
{
background-color: #682653;
}
</style>
border-color css
<style>
span { border-color: #682653; }
span { border-color: rgb(104,38,83); }
td.TdClassName
{
border-color: #682653;
}
.TagClassName
{
border-color: #682653;
}
</style>