Shades of Palatinate Purple #682461
Tints of Palatinate Purple #682461
RGB
CMYK
RGB Variations
Color information
#682461 (or 0x682461) is known color: Palatinate Purple. HEX triplet: 68, 24 and 61. RGB value is (104,36,97). Sum of RGB (Red+Green+Blue) = 104+36+97=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682461 is #97DB9E. Grayscale: #3F3F3F. Windows color (decimal): -9952159 or 6366312. OLE color: 6366312.
HSL color Cylindrical-coordinate representation of color #682461: hue angle of 306.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682461 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 97 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.59 |
| HSL | 306.18º | 0.49% | 0.27% | - |
| HSV(B) | 306.18º | 0.65% | 0.41% | - |
| XYZ | 8.5 | 5.07 | 11.84 | - |
| YUV | 63.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 97 | 0 | 0.65 | 0.07 | 0.59 | 306.18 | 0.49 | 0.27 |
| Hex | 68 | 24 | 61 | 0 | 41 | 7 | 3B | 132 | 31 | 1B |
| Octal | 150 | 44 | 141 | 0 | 101 | 7 | 73 | 462 | 61 | 33 |
| Binary | 1101000 | 100100 | 1100001 | 0 | 1000001 | 111 | 111011 | 100110010 | 110001 | 11011 |
Color Harmonies of #682461
Complementary color
Monochromatic Colors of #682461
Black with #682461
Text Example
Text Example
White with #682461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682461; }
p { color: rgb(104,36,97); }
H1.HeaderClassName
{
color: #682461;
}
.AnyTagClassName
{
color: #682461;
}
</style>
background-color css
<style>
a { background-color: #682461; }
a { background-color: rgb(104,36,97); }
div.DivClassName
{
background-color: #682461;
}
.BgClassName
{
background-color: #682461;
}
</style>
border-color css
<style>
span { border-color: #682461; }
span { border-color: rgb(104,36,97); }
td.TdClassName
{
border-color: #682461;
}
.TagClassName
{
border-color: #682461;
}
</style>