Shades of Palatinate Purple #682B55
Tints of Palatinate Purple #682B55
RGB
CMYK
RGB Variations
Color information
#682B55 (or 0x682B55) is known color: Palatinate Purple. HEX triplet: 68, 2B and 55. RGB value is (104,43,85). Sum of RGB (Red+Green+Blue) = 104+43+85=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B55 is #97D4AA. Grayscale: #414141. Windows color (decimal): -9950379 or 5581672. OLE color: 5581672.
HSL color Cylindrical-coordinate representation of color #682B55: hue angle of 318.69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B55 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 85 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.59 |
| HSL | 318.69º | 0.41% | 0.29% | - |
| HSV(B) | 318.69º | 0.59% | 0.41% | - |
| XYZ | 8.21 | 5.33 | 9.19 | - |
| YUV | 66.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 85 | 0 | 0.59 | 0.18 | 0.59 | 318.69 | 0.41 | 0.29 |
| Hex | 68 | 2B | 55 | 0 | 3B | 12 | 3B | 13F | 29 | 1D |
| Octal | 150 | 53 | 125 | 0 | 73 | 22 | 73 | 477 | 51 | 35 |
| Binary | 1101000 | 101011 | 1010101 | 0 | 111011 | 10010 | 111011 | 100111111 | 101001 | 11101 |
Color Harmonies of #682B55
Complementary color
Monochromatic Colors of #682B55
Black with #682B55
Text Example
Text Example
White with #682B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B55; }
p { color: rgb(104,43,85); }
H1.HeaderClassName
{
color: #682B55;
}
.AnyTagClassName
{
color: #682B55;
}
</style>
background-color css
<style>
a { background-color: #682B55; }
a { background-color: rgb(104,43,85); }
div.DivClassName
{
background-color: #682B55;
}
.BgClassName
{
background-color: #682B55;
}
</style>
border-color css
<style>
span { border-color: #682B55; }
span { border-color: rgb(104,43,85); }
td.TdClassName
{
border-color: #682B55;
}
.TagClassName
{
border-color: #682B55;
}
</style>