Shades of Palatinate Purple #682955
Tints of Palatinate Purple #682955
RGB
CMYK
RGB Variations
Color information
#682955 (or 0x682955) is known color: Palatinate Purple. HEX triplet: 68, 29 and 55. RGB value is (104,41,85). Sum of RGB (Red+Green+Blue) = 104+41+85=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682955 is #97D6AA. Grayscale: #404040. Windows color (decimal): -9950891 or 5581160. OLE color: 5581160.
HSL color Cylindrical-coordinate representation of color #682955: hue angle of 318.1º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682955 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 85 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.59 |
| HSL | 318.1º | 0.43% | 0.28% | - |
| HSV(B) | 318.1º | 0.61% | 0.41% | - |
| XYZ | 8.14 | 5.18 | 9.17 | - |
| YUV | 64.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 85 | 0 | 0.61 | 0.18 | 0.59 | 318.1 | 0.43 | 0.28 |
| Hex | 68 | 29 | 55 | 0 | 3D | 12 | 3B | 13E | 2B | 1C |
| Octal | 150 | 51 | 125 | 0 | 75 | 22 | 73 | 476 | 53 | 34 |
| Binary | 1101000 | 101001 | 1010101 | 0 | 111101 | 10010 | 111011 | 100111110 | 101011 | 11100 |
Color Harmonies of #682955
Complementary color
Monochromatic Colors of #682955
Black with #682955
Text Example
Text Example
White with #682955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682955; }
p { color: rgb(104,41,85); }
H1.HeaderClassName
{
color: #682955;
}
.AnyTagClassName
{
color: #682955;
}
</style>
background-color css
<style>
a { background-color: #682955; }
a { background-color: rgb(104,41,85); }
div.DivClassName
{
background-color: #682955;
}
.BgClassName
{
background-color: #682955;
}
</style>
border-color css
<style>
span { border-color: #682955; }
span { border-color: rgb(104,41,85); }
td.TdClassName
{
border-color: #682955;
}
.TagClassName
{
border-color: #682955;
}
</style>