Shades of Palatinate Purple #682257
Tints of Palatinate Purple #682257
RGB
CMYK
RGB Variations
Color information
#682257 (or 0x682257) is known color: Palatinate Purple. HEX triplet: 68, 22 and 57. RGB value is (104,34,87). Sum of RGB (Red+Green+Blue) = 104+34+87=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682257 is #97DDA8. Grayscale: #3C3C3C. Windows color (decimal): -9952681 or 5710440. OLE color: 5710440.
HSL color Cylindrical-coordinate representation of color #682257: hue angle of 314.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682257 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 87 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.59 |
| HSL | 314.57º | 0.51% | 0.27% | - |
| HSV(B) | 314.57º | 0.67% | 0.41% | - |
| XYZ | 8 | 4.78 | 9.52 | - |
| YUV | 60.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 87 | 0 | 0.67 | 0.16 | 0.59 | 314.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 57 | 0 | 43 | 10 | 3B | 13B | 33 | 1B |
| Octal | 150 | 42 | 127 | 0 | 103 | 20 | 73 | 473 | 63 | 33 |
| Binary | 1101000 | 100010 | 1010111 | 0 | 1000011 | 10000 | 111011 | 100111011 | 110011 | 11011 |
Color Harmonies of #682257
Complementary color
Monochromatic Colors of #682257
Black with #682257
Text Example
Text Example
White with #682257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682257; }
p { color: rgb(104,34,87); }
H1.HeaderClassName
{
color: #682257;
}
.AnyTagClassName
{
color: #682257;
}
</style>
background-color css
<style>
a { background-color: #682257; }
a { background-color: rgb(104,34,87); }
div.DivClassName
{
background-color: #682257;
}
.BgClassName
{
background-color: #682257;
}
</style>
border-color css
<style>
span { border-color: #682257; }
span { border-color: rgb(104,34,87); }
td.TdClassName
{
border-color: #682257;
}
.TagClassName
{
border-color: #682257;
}
</style>