Shades of Palatinate Purple #682F65
Tints of Palatinate Purple #682F65
RGB
CMYK
RGB Variations
Color information
#682F65 (or 0x682F65) is known color: Palatinate Purple. HEX triplet: 68, 2F and 65. RGB value is (104,47,101). Sum of RGB (Red+Green+Blue) = 104+47+101=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #682F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F65 is #97D09A. Grayscale: #464646. Windows color (decimal): -9949339 or 6631272. OLE color: 6631272.
HSL color Cylindrical-coordinate representation of color #682F65: hue angle of 303.16º 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 #682F65 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 101 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.59 |
| HSL | 303.16º | 0.38% | 0.3% | - |
| HSV(B) | 303.16º | 0.55% | 0.41% | - |
| XYZ | 9.07 | 5.92 | 12.98 | - |
| YUV | 70.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 101 | 0 | 0.55 | 0.03 | 0.59 | 303.16 | 0.38 | 0.3 |
| Hex | 68 | 2F | 65 | 0 | 37 | 3 | 3B | 12F | 26 | 1E |
| Octal | 150 | 57 | 145 | 0 | 67 | 3 | 73 | 457 | 46 | 36 |
| Binary | 1101000 | 101111 | 1100101 | 0 | 110111 | 11 | 111011 | 100101111 | 100110 | 11110 |
Color Harmonies of #682F65
Complementary color
Monochromatic Colors of #682F65
Black with #682F65
Text Example
Text Example
White with #682F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F65; }
p { color: rgb(104,47,101); }
H1.HeaderClassName
{
color: #682F65;
}
.AnyTagClassName
{
color: #682F65;
}
</style>
background-color css
<style>
a { background-color: #682F65; }
a { background-color: rgb(104,47,101); }
div.DivClassName
{
background-color: #682F65;
}
.BgClassName
{
background-color: #682F65;
}
</style>
border-color css
<style>
span { border-color: #682F65; }
span { border-color: rgb(104,47,101); }
td.TdClassName
{
border-color: #682F65;
}
.TagClassName
{
border-color: #682F65;
}
</style>