Shades of Palatinate Purple #682263
Tints of Palatinate Purple #682263
RGB
CMYK
RGB Variations
Color information
#682263 (or 0x682263) is known color: Palatinate Purple. HEX triplet: 68, 22 and 63. RGB value is (104,34,99). Sum of RGB (Red+Green+Blue) = 104+34+99=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682263 is #97DD9C. Grayscale: #3E3E3E. Windows color (decimal): -9952669 or 6496872. OLE color: 6496872.
HSL color Cylindrical-coordinate representation of color #682263: hue angle of 304.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682263 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 99 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.59 |
| HSL | 304.29º | 0.51% | 0.27% | - |
| HSV(B) | 304.29º | 0.67% | 0.41% | - |
| XYZ | 8.53 | 4.99 | 12.32 | - |
| YUV | 62.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 99 | 0 | 0.67 | 0.05 | 0.59 | 304.29 | 0.51 | 0.27 |
| Hex | 68 | 22 | 63 | 0 | 43 | 5 | 3B | 130 | 33 | 1B |
| Octal | 150 | 42 | 143 | 0 | 103 | 5 | 73 | 460 | 63 | 33 |
| Binary | 1101000 | 100010 | 1100011 | 0 | 1000011 | 101 | 111011 | 100110000 | 110011 | 11011 |
Color Harmonies of #682263
Complementary color
Monochromatic Colors of #682263
Black with #682263
Text Example
Text Example
White with #682263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682263; }
p { color: rgb(104,34,99); }
H1.HeaderClassName
{
color: #682263;
}
.AnyTagClassName
{
color: #682263;
}
</style>
background-color css
<style>
a { background-color: #682263; }
a { background-color: rgb(104,34,99); }
div.DivClassName
{
background-color: #682263;
}
.BgClassName
{
background-color: #682263;
}
</style>
border-color css
<style>
span { border-color: #682263; }
span { border-color: rgb(104,34,99); }
td.TdClassName
{
border-color: #682263;
}
.TagClassName
{
border-color: #682263;
}
</style>