Shades of Palatinate Purple #682259
Tints of Palatinate Purple #682259
RGB
CMYK
RGB Variations
Color information
#682259 (or 0x682259) is known color: Palatinate Purple. HEX triplet: 68, 22 and 59. RGB value is (104,34,89). Sum of RGB (Red+Green+Blue) = 104+34+89=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682259 is #97DDA6. Grayscale: #3D3D3D. Windows color (decimal): -9952679 or 5841512. OLE color: 5841512.
HSL color Cylindrical-coordinate representation of color #682259: hue angle of 312.86º 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 #682259 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 89 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.59 |
| HSL | 312.86º | 0.51% | 0.27% | - |
| HSV(B) | 312.86º | 0.67% | 0.41% | - |
| XYZ | 8.08 | 4.81 | 9.95 | - |
| YUV | 61.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 89 | 0 | 0.67 | 0.14 | 0.59 | 312.86 | 0.51 | 0.27 |
| Hex | 68 | 22 | 59 | 0 | 43 | E | 3B | 139 | 33 | 1B |
| Octal | 150 | 42 | 131 | 0 | 103 | 16 | 73 | 471 | 63 | 33 |
| Binary | 1101000 | 100010 | 1011001 | 0 | 1000011 | 1110 | 111011 | 100111001 | 110011 | 11011 |
Color Harmonies of #682259
Complementary color
Monochromatic Colors of #682259
Black with #682259
Text Example
Text Example
White with #682259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682259; }
p { color: rgb(104,34,89); }
H1.HeaderClassName
{
color: #682259;
}
.AnyTagClassName
{
color: #682259;
}
</style>
background-color css
<style>
a { background-color: #682259; }
a { background-color: rgb(104,34,89); }
div.DivClassName
{
background-color: #682259;
}
.BgClassName
{
background-color: #682259;
}
</style>
border-color css
<style>
span { border-color: #682259; }
span { border-color: rgb(104,34,89); }
td.TdClassName
{
border-color: #682259;
}
.TagClassName
{
border-color: #682259;
}
</style>