Shades of Palatinate Purple #680565
Tints of Palatinate Purple #680565
RGB
CMYK
RGB Variations
Color information
#680565 (or 0x680565) is known color: Palatinate Purple. HEX triplet: 68, 05 and 65. RGB value is (104,5,101). Sum of RGB (Red+Green+Blue) = 104+5+101=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680565 is #97FA9A. Grayscale: #2D2D2D. Windows color (decimal): -9960091 or 6620520. OLE color: 6620520.
HSL color Cylindrical-coordinate representation of color #680565: hue angle of 301.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680565 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.59 |
| HSL | 301.82º | 0.91% | 0.21% | - |
| HSV(B) | 301.82º | 0.95% | 0.41% | - |
| XYZ | 8.11 | 3.99 | 12.65 | - |
| YUV | 45.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 101 | 0 | 0.95 | 0.03 | 0.59 | 301.82 | 0.91 | 0.21 |
| Hex | 68 | 5 | 65 | 0 | 5F | 3 | 3B | 12E | 5B | 15 |
| Octal | 150 | 5 | 145 | 0 | 137 | 3 | 73 | 456 | 133 | 25 |
| Binary | 1101000 | 101 | 1100101 | 0 | 1011111 | 11 | 111011 | 100101110 | 1011011 | 10101 |
Color Harmonies of #680565
Complementary color
Monochromatic Colors of #680565
Black with #680565
Text Example
Text Example
White with #680565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680565; }
p { color: rgb(104,5,101); }
H1.HeaderClassName
{
color: #680565;
}
.AnyTagClassName
{
color: #680565;
}
</style>
background-color css
<style>
a { background-color: #680565; }
a { background-color: rgb(104,5,101); }
div.DivClassName
{
background-color: #680565;
}
.BgClassName
{
background-color: #680565;
}
</style>
border-color css
<style>
span { border-color: #680565; }
span { border-color: rgb(104,5,101); }
td.TdClassName
{
border-color: #680565;
}
.TagClassName
{
border-color: #680565;
}
</style>