Shades of Palatinate Purple #682C66
Tints of Palatinate Purple #682C66
RGB
CMYK
RGB Variations
Color information
#682C66 (or 0x682C66) is known color: Palatinate Purple. HEX triplet: 68, 2C and 66. RGB value is (104,44,102). Sum of RGB (Red+Green+Blue) = 104+44+102=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #682C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C66 is #97D399. Grayscale: #444444. Windows color (decimal): -9950106 or 6696040. OLE color: 6696040.
HSL color Cylindrical-coordinate representation of color #682C66: hue angle of 302º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C66 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 102 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.59 |
| HSL | 302º | 0.41% | 0.29% | - |
| HSV(B) | 302º | 0.58% | 0.41% | - |
| XYZ | 9.01 | 5.7 | 13.2 | - |
| YUV | 68.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 102 | 0 | 0.58 | 0.02 | 0.59 | 302 | 0.41 | 0.29 |
| Hex | 68 | 2C | 66 | 0 | 3A | 2 | 3B | 12E | 29 | 1D |
| Octal | 150 | 54 | 146 | 0 | 72 | 2 | 73 | 456 | 51 | 35 |
| Binary | 1101000 | 101100 | 1100110 | 0 | 111010 | 10 | 111011 | 100101110 | 101001 | 11101 |
Color Harmonies of #682C66
Complementary color
Monochromatic Colors of #682C66
Black with #682C66
Text Example
Text Example
White with #682C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C66; }
p { color: rgb(104,44,102); }
H1.HeaderClassName
{
color: #682C66;
}
.AnyTagClassName
{
color: #682C66;
}
</style>
background-color css
<style>
a { background-color: #682C66; }
a { background-color: rgb(104,44,102); }
div.DivClassName
{
background-color: #682C66;
}
.BgClassName
{
background-color: #682C66;
}
</style>
border-color css
<style>
span { border-color: #682C66; }
span { border-color: rgb(104,44,102); }
td.TdClassName
{
border-color: #682C66;
}
.TagClassName
{
border-color: #682C66;
}
</style>