Shades of Palatinate Purple #682E5B
Tints of Palatinate Purple #682E5B
RGB
CMYK
RGB Variations
Color information
#682E5B (or 0x682E5B) is known color: Palatinate Purple. HEX triplet: 68, 2E and 5B. RGB value is (104,46,91). Sum of RGB (Red+Green+Blue) = 104+46+91=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5B is #97D1A4. Grayscale: #444444. Windows color (decimal): -9949605 or 5975656. OLE color: 5975656.
HSL color Cylindrical-coordinate representation of color #682E5B: hue angle of 313.45º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E5B is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 91 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.59 |
| HSL | 313.45º | 0.39% | 0.29% | - |
| HSV(B) | 313.45º | 0.56% | 0.41% | - |
| XYZ | 8.57 | 5.65 | 10.54 | - |
| YUV | 68.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 91 | 0 | 0.56 | 0.12 | 0.59 | 313.45 | 0.39 | 0.29 |
| Hex | 68 | 2E | 5B | 0 | 38 | C | 3B | 139 | 27 | 1D |
| Octal | 150 | 56 | 133 | 0 | 70 | 14 | 73 | 471 | 47 | 35 |
| Binary | 1101000 | 101110 | 1011011 | 0 | 111000 | 1100 | 111011 | 100111001 | 100111 | 11101 |
Color Harmonies of #682E5B
Complementary color
Monochromatic Colors of #682E5B
Black with #682E5B
Text Example
Text Example
White with #682E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E5B; }
p { color: rgb(104,46,91); }
H1.HeaderClassName
{
color: #682E5B;
}
.AnyTagClassName
{
color: #682E5B;
}
</style>
background-color css
<style>
a { background-color: #682E5B; }
a { background-color: rgb(104,46,91); }
div.DivClassName
{
background-color: #682E5B;
}
.BgClassName
{
background-color: #682E5B;
}
</style>
border-color css
<style>
span { border-color: #682E5B; }
span { border-color: rgb(104,46,91); }
td.TdClassName
{
border-color: #682E5B;
}
.TagClassName
{
border-color: #682E5B;
}
</style>