Shades of Palatinate Purple #682356
Tints of Palatinate Purple #682356
RGB
CMYK
RGB Variations
Color information
#682356 (or 0x682356) is known color: Palatinate Purple. HEX triplet: 68, 23 and 56. RGB value is (104,35,86). Sum of RGB (Red+Green+Blue) = 104+35+86=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682356 is #97DCA9. Grayscale: #3D3D3D. Windows color (decimal): -9952426 or 5645160. OLE color: 5645160.
HSL color Cylindrical-coordinate representation of color #682356: hue angle of 315.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682356 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 86 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.59 |
| HSL | 315.65º | 0.5% | 0.27% | - |
| HSV(B) | 315.65º | 0.66% | 0.41% | - |
| XYZ | 7.99 | 4.82 | 9.31 | - |
| YUV | 61.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 86 | 0 | 0.66 | 0.17 | 0.59 | 315.65 | 0.5 | 0.27 |
| Hex | 68 | 23 | 56 | 0 | 42 | 11 | 3B | 13C | 32 | 1B |
| Octal | 150 | 43 | 126 | 0 | 102 | 21 | 73 | 474 | 62 | 33 |
| Binary | 1101000 | 100011 | 1010110 | 0 | 1000010 | 10001 | 111011 | 100111100 | 110010 | 11011 |
Color Harmonies of #682356
Complementary color
Monochromatic Colors of #682356
Black with #682356
Text Example
Text Example
White with #682356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682356; }
p { color: rgb(104,35,86); }
H1.HeaderClassName
{
color: #682356;
}
.AnyTagClassName
{
color: #682356;
}
</style>
background-color css
<style>
a { background-color: #682356; }
a { background-color: rgb(104,35,86); }
div.DivClassName
{
background-color: #682356;
}
.BgClassName
{
background-color: #682356;
}
</style>
border-color css
<style>
span { border-color: #682356; }
span { border-color: rgb(104,35,86); }
td.TdClassName
{
border-color: #682356;
}
.TagClassName
{
border-color: #682356;
}
</style>