Shades of Palatinate Purple #682368
Tints of Palatinate Purple #682368
RGB
CMYK
RGB Variations
Color information
#682368 (or 0x682368) is known color: Palatinate Purple. HEX triplet: 68, 23 and 68. RGB value is (104,35,104). Sum of RGB (Red+Green+Blue) = 104+35+104=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682368 is #97DC97. Grayscale: #3F3F3F. Windows color (decimal): -9952408 or 6824808. OLE color: 6824808.
HSL color Cylindrical-coordinate representation of color #682368: hue angle of 300º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682368 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 104 | - |
| CMYK | 0 | 0.66 | 0 | 0.59 |
| HSL | 300º | 0.5% | 0.27% | - |
| HSV(B) | 300º | 0.66% | 0.41% | - |
| XYZ | 8.81 | 5.14 | 13.63 | - |
| YUV | 63.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 104 | 0 | 0.66 | 0 | 0.59 | 300 | 0.5 | 0.27 |
| Hex | 68 | 23 | 68 | 0 | 42 | 0 | 3B | 12C | 32 | 1B |
| Octal | 150 | 43 | 150 | 0 | 102 | 0 | 73 | 454 | 62 | 33 |
| Binary | 1101000 | 100011 | 1101000 | 0 | 1000010 | 0 | 111011 | 100101100 | 110010 | 11011 |
Color Harmonies of #682368
Complementary color
Monochromatic Colors of #682368
Black with #682368
Text Example
Text Example
White with #682368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682368; }
p { color: rgb(104,35,104); }
H1.HeaderClassName
{
color: #682368;
}
.AnyTagClassName
{
color: #682368;
}
</style>
background-color css
<style>
a { background-color: #682368; }
a { background-color: rgb(104,35,104); }
div.DivClassName
{
background-color: #682368;
}
.BgClassName
{
background-color: #682368;
}
</style>
border-color css
<style>
span { border-color: #682368; }
span { border-color: rgb(104,35,104); }
td.TdClassName
{
border-color: #682368;
}
.TagClassName
{
border-color: #682368;
}
</style>