Shades of Palatinate Purple #682053
Tints of Palatinate Purple #682053
RGB
CMYK
RGB Variations
Color information
#682053 (or 0x682053) is known color: Palatinate Purple. HEX triplet: 68, 20 and 53. RGB value is (104,32,83). Sum of RGB (Red+Green+Blue) = 104+32+83=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682053 is #97DFAC. Grayscale: #3B3B3B. Windows color (decimal): -9953197 or 5447784. OLE color: 5447784.
HSL color Cylindrical-coordinate representation of color #682053: hue angle of 317.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682053 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 83 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.59 |
| HSL | 317.5º | 0.53% | 0.27% | - |
| HSV(B) | 317.5º | 0.69% | 0.41% | - |
| XYZ | 7.79 | 4.6 | 8.66 | - |
| YUV | 59.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 83 | 0 | 0.69 | 0.20 | 0.59 | 317.5 | 0.53 | 0.27 |
| Hex | 68 | 20 | 53 | 0 | 45 | 14 | 3B | 13E | 35 | 1B |
| Octal | 150 | 40 | 123 | 0 | 105 | 24 | 73 | 476 | 65 | 33 |
| Binary | 1101000 | 100000 | 1010011 | 0 | 1000101 | 10100 | 111011 | 100111110 | 110101 | 11011 |
Color Harmonies of #682053
Complementary color
Monochromatic Colors of #682053
Black with #682053
Text Example
Text Example
White with #682053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682053; }
p { color: rgb(104,32,83); }
H1.HeaderClassName
{
color: #682053;
}
.AnyTagClassName
{
color: #682053;
}
</style>
background-color css
<style>
a { background-color: #682053; }
a { background-color: rgb(104,32,83); }
div.DivClassName
{
background-color: #682053;
}
.BgClassName
{
background-color: #682053;
}
</style>
border-color css
<style>
span { border-color: #682053; }
span { border-color: rgb(104,32,83); }
td.TdClassName
{
border-color: #682053;
}
.TagClassName
{
border-color: #682053;
}
</style>