Shades of Palatinate Purple #682757
Tints of Palatinate Purple #682757
RGB
CMYK
RGB Variations
Color information
#682757 (or 0x682757) is known color: Palatinate Purple. HEX triplet: 68, 27 and 57. RGB value is (104,39,87). Sum of RGB (Red+Green+Blue) = 104+39+87=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682757 is #97D8A8. Grayscale: #3F3F3F. Windows color (decimal): -9951401 or 5711720. OLE color: 5711720.
HSL color Cylindrical-coordinate representation of color #682757: hue angle of 315.69º degrees, saturation: 0.45, 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 #682757 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 87 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.59 |
| HSL | 315.69º | 0.45% | 0.28% | - |
| HSV(B) | 315.69º | 0.63% | 0.41% | - |
| XYZ | 8.15 | 5.08 | 9.57 | - |
| YUV | 63.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 87 | 0 | 0.62 | 0.16 | 0.59 | 315.69 | 0.45 | 0.28 |
| Hex | 68 | 27 | 57 | 0 | 3E | 10 | 3B | 13C | 2D | 1C |
| Octal | 150 | 47 | 127 | 0 | 76 | 20 | 73 | 474 | 55 | 34 |
| Binary | 1101000 | 100111 | 1010111 | 0 | 111110 | 10000 | 111011 | 100111100 | 101101 | 11100 |
Color Harmonies of #682757
Complementary color
Monochromatic Colors of #682757
Black with #682757
Text Example
Text Example
White with #682757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682757; }
p { color: rgb(104,39,87); }
H1.HeaderClassName
{
color: #682757;
}
.AnyTagClassName
{
color: #682757;
}
</style>
background-color css
<style>
a { background-color: #682757; }
a { background-color: rgb(104,39,87); }
div.DivClassName
{
background-color: #682757;
}
.BgClassName
{
background-color: #682757;
}
</style>
border-color css
<style>
span { border-color: #682757; }
span { border-color: rgb(104,39,87); }
td.TdClassName
{
border-color: #682757;
}
.TagClassName
{
border-color: #682757;
}
</style>