Shades of Palatinate Purple #682D5E
Tints of Palatinate Purple #682D5E
RGB
CMYK
RGB Variations
Color information
#682D5E (or 0x682D5E) is known color: Palatinate Purple. HEX triplet: 68, 2D and 5E. RGB value is (104,45,94). Sum of RGB (Red+Green+Blue) = 104+45+94=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D5E is #97D2A1. Grayscale: #444444. Windows color (decimal): -9949858 or 6172008. OLE color: 6172008.
HSL color Cylindrical-coordinate representation of color #682D5E: hue angle of 310.17º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D5E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 45 | 94 | - |
CMYK | 0 | 0.57 | 0.10 | 0.59 |
HSL | 310.17º | 0.4% | 0.29% | - |
HSV(B) | 310.17º | 0.57% | 0.41% | - |
XYZ | 8.67 | 5.63 | 11.22 | - |
YUV | 68.23 | 142.55 | 153.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 45 | 94 | 0 | 0.57 | 0.10 | 0.59 | 310.17 | 0.4 | 0.29 |
Hex | 68 | 2D | 5E | 0 | 39 | A | 3B | 136 | 28 | 1D |
Octal | 150 | 55 | 136 | 0 | 71 | 12 | 73 | 466 | 50 | 35 |
Binary | 1101000 | 101101 | 1011110 | 0 | 111001 | 1010 | 111011 | 100110110 | 101000 | 11101 |
Color Harmonies of #682D5E
Complementary color
Monochromatic Colors of #682D5E
Black with #682D5E
Text Example
Text Example
White with #682D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D5E; }
p { color: rgb(104,45,94); }
H1.HeaderClassName
{
color: #682D5E;
}
.AnyTagClassName
{
color: #682D5E;
}
</style>
background-color css
<style>
a { background-color: #682D5E; }
a { background-color: rgb(104,45,94); }
div.DivClassName
{
background-color: #682D5E;
}
.BgClassName
{
background-color: #682D5E;
}
</style>
border-color css
<style>
span { border-color: #682D5E; }
span { border-color: rgb(104,45,94); }
td.TdClassName
{
border-color: #682D5E;
}
.TagClassName
{
border-color: #682D5E;
}
</style>