Shades of Palatinate Purple #682E5A
Tints of Palatinate Purple #682E5A
RGB
CMYK
RGB Variations
Color information
#682E5A (or 0x682E5A) is known color: Palatinate Purple. HEX triplet: 68, 2E and 5A. RGB value is (104,46,90). Sum of RGB (Red+Green+Blue) = 104+46+90=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5A is #97D1A5. Grayscale: #444444. Windows color (decimal): -9949606 or 5910120. OLE color: 5910120.
HSL color Cylindrical-coordinate representation of color #682E5A: hue angle of 314.48º 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 #682E5A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 90 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.59 |
| HSL | 314.48º | 0.39% | 0.29% | - |
| HSV(B) | 314.48º | 0.56% | 0.41% | - |
| XYZ | 8.53 | 5.64 | 10.31 | - |
| YUV | 68.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 90 | 0 | 0.56 | 0.13 | 0.59 | 314.48 | 0.39 | 0.29 |
| Hex | 68 | 2E | 5A | 0 | 38 | D | 3B | 13A | 27 | 1D |
| Octal | 150 | 56 | 132 | 0 | 70 | 15 | 73 | 472 | 47 | 35 |
| Binary | 1101000 | 101110 | 1011010 | 0 | 111000 | 1101 | 111011 | 100111010 | 100111 | 11101 |
Color Harmonies of #682E5A
Complementary color
Monochromatic Colors of #682E5A
Black with #682E5A
Text Example
Text Example
White with #682E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E5A; }
p { color: rgb(104,46,90); }
H1.HeaderClassName
{
color: #682E5A;
}
.AnyTagClassName
{
color: #682E5A;
}
</style>
background-color css
<style>
a { background-color: #682E5A; }
a { background-color: rgb(104,46,90); }
div.DivClassName
{
background-color: #682E5A;
}
.BgClassName
{
background-color: #682E5A;
}
</style>
border-color css
<style>
span { border-color: #682E5A; }
span { border-color: rgb(104,46,90); }
td.TdClassName
{
border-color: #682E5A;
}
.TagClassName
{
border-color: #682E5A;
}
</style>