Shades of Palatinate Purple #680461
Tints of Palatinate Purple #680461
RGB
CMYK
RGB Variations
Color information
#680461 (or 0x680461) is known color: Palatinate Purple. HEX triplet: 68, 04 and 61. RGB value is (104,4,97). Sum of RGB (Red+Green+Blue) = 104+4+97=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680461 is #97FB9E. Grayscale: #2C2C2C. Windows color (decimal): -9960351 or 6358120. OLE color: 6358120.
HSL color Cylindrical-coordinate representation of color #680461: hue angle of 304.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680461 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 97 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.59 |
| HSL | 304.2º | 0.93% | 0.21% | - |
| HSV(B) | 304.2º | 0.96% | 0.41% | - |
| XYZ | 7.91 | 3.89 | 11.64 | - |
| YUV | 44.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 97 | 0 | 0.96 | 0.07 | 0.59 | 304.2 | 0.93 | 0.21 |
| Hex | 68 | 4 | 61 | 0 | 60 | 7 | 3B | 130 | 5D | 15 |
| Octal | 150 | 4 | 141 | 0 | 140 | 7 | 73 | 460 | 135 | 25 |
| Binary | 1101000 | 100 | 1100001 | 0 | 1100000 | 111 | 111011 | 100110000 | 1011101 | 10101 |
Color Harmonies of #680461
Complementary color
Monochromatic Colors of #680461
Black with #680461
Text Example
Text Example
White with #680461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680461; }
p { color: rgb(104,4,97); }
H1.HeaderClassName
{
color: #680461;
}
.AnyTagClassName
{
color: #680461;
}
</style>
background-color css
<style>
a { background-color: #680461; }
a { background-color: rgb(104,4,97); }
div.DivClassName
{
background-color: #680461;
}
.BgClassName
{
background-color: #680461;
}
</style>
border-color css
<style>
span { border-color: #680461; }
span { border-color: rgb(104,4,97); }
td.TdClassName
{
border-color: #680461;
}
.TagClassName
{
border-color: #680461;
}
</style>