Shades of Palatinate Purple #682E5C
Tints of Palatinate Purple #682E5C
RGB
CMYK
RGB Variations
Color information
#682E5C (or 0x682E5C) is known color: Palatinate Purple. HEX triplet: 68, 2E and 5C. RGB value is (104,46,92). Sum of RGB (Red+Green+Blue) = 104+46+92=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5C is #97D1A3. Grayscale: #444444. Windows color (decimal): -9949604 or 6041192. OLE color: 6041192.
HSL color Cylindrical-coordinate representation of color #682E5C: hue angle of 312.41º 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 #682E5C is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 92 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.59 |
| HSL | 312.41º | 0.39% | 0.29% | - |
| HSV(B) | 312.41º | 0.56% | 0.41% | - |
| XYZ | 8.62 | 5.67 | 10.77 | - |
| YUV | 68.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 92 | 0 | 0.56 | 0.12 | 0.59 | 312.41 | 0.39 | 0.29 |
| Hex | 68 | 2E | 5C | 0 | 38 | C | 3B | 138 | 27 | 1D |
| Octal | 150 | 56 | 134 | 0 | 70 | 14 | 73 | 470 | 47 | 35 |
| Binary | 1101000 | 101110 | 1011100 | 0 | 111000 | 1100 | 111011 | 100111000 | 100111 | 11101 |
Color Harmonies of #682E5C
Complementary color
Monochromatic Colors of #682E5C
Black with #682E5C
Text Example
Text Example
White with #682E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E5C; }
p { color: rgb(104,46,92); }
H1.HeaderClassName
{
color: #682E5C;
}
.AnyTagClassName
{
color: #682E5C;
}
</style>
background-color css
<style>
a { background-color: #682E5C; }
a { background-color: rgb(104,46,92); }
div.DivClassName
{
background-color: #682E5C;
}
.BgClassName
{
background-color: #682E5C;
}
</style>
border-color css
<style>
span { border-color: #682E5C; }
span { border-color: rgb(104,46,92); }
td.TdClassName
{
border-color: #682E5C;
}
.TagClassName
{
border-color: #682E5C;
}
</style>