Shades of Palatinate Purple #682663
Tints of Palatinate Purple #682663
RGB
CMYK
RGB Variations
Color information
#682663 (or 0x682663) is known color: Palatinate Purple. HEX triplet: 68, 26 and 63. RGB value is (104,38,99). Sum of RGB (Red+Green+Blue) = 104+38+99=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682663 is #97D99C. Grayscale: #404040. Windows color (decimal): -9951645 or 6497896. OLE color: 6497896.
HSL color Cylindrical-coordinate representation of color #682663: hue angle of 304.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682663 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 99 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.59 |
| HSL | 304.55º | 0.46% | 0.28% | - |
| HSV(B) | 304.55º | 0.63% | 0.41% | - |
| XYZ | 8.65 | 5.23 | 12.36 | - |
| YUV | 64.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 99 | 0 | 0.63 | 0.05 | 0.59 | 304.55 | 0.46 | 0.28 |
| Hex | 68 | 26 | 63 | 0 | 3F | 5 | 3B | 131 | 2E | 1C |
| Octal | 150 | 46 | 143 | 0 | 77 | 5 | 73 | 461 | 56 | 34 |
| Binary | 1101000 | 100110 | 1100011 | 0 | 111111 | 101 | 111011 | 100110001 | 101110 | 11100 |
Color Harmonies of #682663
Complementary color
Monochromatic Colors of #682663
Black with #682663
Text Example
Text Example
White with #682663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682663; }
p { color: rgb(104,38,99); }
H1.HeaderClassName
{
color: #682663;
}
.AnyTagClassName
{
color: #682663;
}
</style>
background-color css
<style>
a { background-color: #682663; }
a { background-color: rgb(104,38,99); }
div.DivClassName
{
background-color: #682663;
}
.BgClassName
{
background-color: #682663;
}
</style>
border-color css
<style>
span { border-color: #682663; }
span { border-color: rgb(104,38,99); }
td.TdClassName
{
border-color: #682663;
}
.TagClassName
{
border-color: #682663;
}
</style>