Shades of Palatinate Purple #682F57
Tints of Palatinate Purple #682F57
RGB
CMYK
RGB Variations
Color information
#682F57 (or 0x682F57) is known color: Palatinate Purple. HEX triplet: 68, 2F and 57. RGB value is (104,47,87). Sum of RGB (Red+Green+Blue) = 104+47+87=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F57 is #97D0A8. Grayscale: #444444. Windows color (decimal): -9949353 or 5713768. OLE color: 5713768.
HSL color Cylindrical-coordinate representation of color #682F57: hue angle of 317.89º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F57 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 87 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.59 |
| HSL | 317.89º | 0.38% | 0.3% | - |
| HSV(B) | 317.89º | 0.55% | 0.41% | - |
| XYZ | 8.45 | 5.66 | 9.66 | - |
| YUV | 68.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 87 | 0 | 0.55 | 0.16 | 0.59 | 317.89 | 0.38 | 0.3 |
| Hex | 68 | 2F | 57 | 0 | 37 | 10 | 3B | 13E | 26 | 1E |
| Octal | 150 | 57 | 127 | 0 | 67 | 20 | 73 | 476 | 46 | 36 |
| Binary | 1101000 | 101111 | 1010111 | 0 | 110111 | 10000 | 111011 | 100111110 | 100110 | 11110 |
Color Harmonies of #682F57
Complementary color
Monochromatic Colors of #682F57
Black with #682F57
Text Example
Text Example
White with #682F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F57; }
p { color: rgb(104,47,87); }
H1.HeaderClassName
{
color: #682F57;
}
.AnyTagClassName
{
color: #682F57;
}
</style>
background-color css
<style>
a { background-color: #682F57; }
a { background-color: rgb(104,47,87); }
div.DivClassName
{
background-color: #682F57;
}
.BgClassName
{
background-color: #682F57;
}
</style>
border-color css
<style>
span { border-color: #682F57; }
span { border-color: rgb(104,47,87); }
td.TdClassName
{
border-color: #682F57;
}
.TagClassName
{
border-color: #682F57;
}
</style>