Shades of Palatinate Purple #682F60
Tints of Palatinate Purple #682F60
RGB
CMYK
RGB Variations
Color information
#682F60 (or 0x682F60) is known color: Palatinate Purple. HEX triplet: 68, 2F and 60. RGB value is (104,47,96). Sum of RGB (Red+Green+Blue) = 104+47+96=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #682F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F60 is #97D09F. Grayscale: #454545. Windows color (decimal): -9949344 or 6303592. OLE color: 6303592.
HSL color Cylindrical-coordinate representation of color #682F60: hue angle of 308.42º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F60 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 96 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.59 |
| HSL | 308.42º | 0.38% | 0.3% | - |
| HSV(B) | 308.42º | 0.55% | 0.41% | - |
| XYZ | 8.84 | 5.82 | 11.72 | - |
| YUV | 69.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 96 | 0 | 0.55 | 0.08 | 0.59 | 308.42 | 0.38 | 0.3 |
| Hex | 68 | 2F | 60 | 0 | 37 | 8 | 3B | 134 | 26 | 1E |
| Octal | 150 | 57 | 140 | 0 | 67 | 10 | 73 | 464 | 46 | 36 |
| Binary | 1101000 | 101111 | 1100000 | 0 | 110111 | 1000 | 111011 | 100110100 | 100110 | 11110 |
Color Harmonies of #682F60
Complementary color
Monochromatic Colors of #682F60
Black with #682F60
Text Example
Text Example
White with #682F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F60; }
p { color: rgb(104,47,96); }
H1.HeaderClassName
{
color: #682F60;
}
.AnyTagClassName
{
color: #682F60;
}
</style>
background-color css
<style>
a { background-color: #682F60; }
a { background-color: rgb(104,47,96); }
div.DivClassName
{
background-color: #682F60;
}
.BgClassName
{
background-color: #682F60;
}
</style>
border-color css
<style>
span { border-color: #682F60; }
span { border-color: rgb(104,47,96); }
td.TdClassName
{
border-color: #682F60;
}
.TagClassName
{
border-color: #682F60;
}
</style>