Shades of Palatinate Purple #682A55
Tints of Palatinate Purple #682A55
RGB
CMYK
RGB Variations
Color information
#682A55 (or 0x682A55) is known color: Palatinate Purple. HEX triplet: 68, 2A and 55. RGB value is (104,42,85). Sum of RGB (Red+Green+Blue) = 104+42+85=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A55 is #97D5AA. Grayscale: #414141. Windows color (decimal): -9950635 or 5581416. OLE color: 5581416.
HSL color Cylindrical-coordinate representation of color #682A55: hue angle of 318.39º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A55 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 85 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.59 |
| HSL | 318.39º | 0.42% | 0.29% | - |
| HSV(B) | 318.39º | 0.6% | 0.41% | - |
| XYZ | 8.18 | 5.25 | 9.18 | - |
| YUV | 65.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 85 | 0 | 0.60 | 0.18 | 0.59 | 318.39 | 0.42 | 0.29 |
| Hex | 68 | 2A | 55 | 0 | 3C | 12 | 3B | 13E | 2A | 1D |
| Octal | 150 | 52 | 125 | 0 | 74 | 22 | 73 | 476 | 52 | 35 |
| Binary | 1101000 | 101010 | 1010101 | 0 | 111100 | 10010 | 111011 | 100111110 | 101010 | 11101 |
Color Harmonies of #682A55
Complementary color
Monochromatic Colors of #682A55
Black with #682A55
Text Example
Text Example
White with #682A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A55; }
p { color: rgb(104,42,85); }
H1.HeaderClassName
{
color: #682A55;
}
.AnyTagClassName
{
color: #682A55;
}
</style>
background-color css
<style>
a { background-color: #682A55; }
a { background-color: rgb(104,42,85); }
div.DivClassName
{
background-color: #682A55;
}
.BgClassName
{
background-color: #682A55;
}
</style>
border-color css
<style>
span { border-color: #682A55; }
span { border-color: rgb(104,42,85); }
td.TdClassName
{
border-color: #682A55;
}
.TagClassName
{
border-color: #682A55;
}
</style>