Shades of Palatinate Purple #682E58
Tints of Palatinate Purple #682E58
RGB
CMYK
RGB Variations
Color information
#682E58 (or 0x682E58) is known color: Palatinate Purple. HEX triplet: 68, 2E and 58. RGB value is (104,46,88). Sum of RGB (Red+Green+Blue) = 104+46+88=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E58 is #97D1A7. Grayscale: #444444. Windows color (decimal): -9949608 or 5779048. OLE color: 5779048.
HSL color Cylindrical-coordinate representation of color #682E58: hue angle of 316.55º 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 #682E58 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 88 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.59 |
| HSL | 316.55º | 0.39% | 0.29% | - |
| HSV(B) | 316.55º | 0.56% | 0.41% | - |
| XYZ | 8.45 | 5.6 | 9.87 | - |
| YUV | 68.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 88 | 0 | 0.56 | 0.15 | 0.59 | 316.55 | 0.39 | 0.29 |
| Hex | 68 | 2E | 58 | 0 | 38 | F | 3B | 13D | 27 | 1D |
| Octal | 150 | 56 | 130 | 0 | 70 | 17 | 73 | 475 | 47 | 35 |
| Binary | 1101000 | 101110 | 1011000 | 0 | 111000 | 1111 | 111011 | 100111101 | 100111 | 11101 |
Color Harmonies of #682E58
Complementary color
Monochromatic Colors of #682E58
Black with #682E58
Text Example
Text Example
White with #682E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E58; }
p { color: rgb(104,46,88); }
H1.HeaderClassName
{
color: #682E58;
}
.AnyTagClassName
{
color: #682E58;
}
</style>
background-color css
<style>
a { background-color: #682E58; }
a { background-color: rgb(104,46,88); }
div.DivClassName
{
background-color: #682E58;
}
.BgClassName
{
background-color: #682E58;
}
</style>
border-color css
<style>
span { border-color: #682E58; }
span { border-color: rgb(104,46,88); }
td.TdClassName
{
border-color: #682E58;
}
.TagClassName
{
border-color: #682E58;
}
</style>