Shades of Palatinate Purple #682A5B
Tints of Palatinate Purple #682A5B
RGB
CMYK
RGB Variations
Color information
#682A5B (or 0x682A5B) is known color: Palatinate Purple. HEX triplet: 68, 2A and 5B. RGB value is (104,42,91). Sum of RGB (Red+Green+Blue) = 104+42+91=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A5B is #97D5A4. Grayscale: #414141. Windows color (decimal): -9950629 or 5974632. OLE color: 5974632.
HSL color Cylindrical-coordinate representation of color #682A5B: hue angle of 312.58º 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 #682A5B is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 91 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.59 |
| HSL | 312.58º | 0.42% | 0.29% | - |
| HSV(B) | 312.58º | 0.6% | 0.41% | - |
| XYZ | 8.43 | 5.35 | 10.49 | - |
| YUV | 66.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 91 | 0 | 0.60 | 0.12 | 0.59 | 312.58 | 0.42 | 0.29 |
| Hex | 68 | 2A | 5B | 0 | 3C | C | 3B | 139 | 2A | 1D |
| Octal | 150 | 52 | 133 | 0 | 74 | 14 | 73 | 471 | 52 | 35 |
| Binary | 1101000 | 101010 | 1011011 | 0 | 111100 | 1100 | 111011 | 100111001 | 101010 | 11101 |
Color Harmonies of #682A5B
Complementary color
Monochromatic Colors of #682A5B
Black with #682A5B
Text Example
Text Example
White with #682A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A5B; }
p { color: rgb(104,42,91); }
H1.HeaderClassName
{
color: #682A5B;
}
.AnyTagClassName
{
color: #682A5B;
}
</style>
background-color css
<style>
a { background-color: #682A5B; }
a { background-color: rgb(104,42,91); }
div.DivClassName
{
background-color: #682A5B;
}
.BgClassName
{
background-color: #682A5B;
}
</style>
border-color css
<style>
span { border-color: #682A5B; }
span { border-color: rgb(104,42,91); }
td.TdClassName
{
border-color: #682A5B;
}
.TagClassName
{
border-color: #682A5B;
}
</style>