Shades of Palatinate Purple #683465
Tints of Palatinate Purple #683465
RGB
CMYK
RGB Variations
Color information
#683465 (or 0x683465) is known color: Palatinate Purple. HEX triplet: 68, 34 and 65. RGB value is (104,52,101). Sum of RGB (Red+Green+Blue) = 104+52+101=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683465 is #97CB9A. Grayscale: #484848. Windows color (decimal): -9948059 or 6632552. OLE color: 6632552.
HSL color Cylindrical-coordinate representation of color #683465: hue angle of 303.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683465 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 101 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.59 |
| HSL | 303.46º | 0.33% | 0.31% | - |
| HSV(B) | 303.46º | 0.5% | 0.41% | - |
| XYZ | 9.29 | 6.34 | 13.05 | - |
| YUV | 73.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 101 | 0 | 0.50 | 0.03 | 0.59 | 303.46 | 0.33 | 0.31 |
| Hex | 68 | 34 | 65 | 0 | 32 | 3 | 3B | 12F | 21 | 1F |
| Octal | 150 | 64 | 145 | 0 | 62 | 3 | 73 | 457 | 41 | 37 |
| Binary | 1101000 | 110100 | 1100101 | 0 | 110010 | 11 | 111011 | 100101111 | 100001 | 11111 |
Color Harmonies of #683465
Complementary color
Monochromatic Colors of #683465
Black with #683465
Text Example
Text Example
White with #683465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683465; }
p { color: rgb(104,52,101); }
H1.HeaderClassName
{
color: #683465;
}
.AnyTagClassName
{
color: #683465;
}
</style>
background-color css
<style>
a { background-color: #683465; }
a { background-color: rgb(104,52,101); }
div.DivClassName
{
background-color: #683465;
}
.BgClassName
{
background-color: #683465;
}
</style>
border-color css
<style>
span { border-color: #683465; }
span { border-color: rgb(104,52,101); }
td.TdClassName
{
border-color: #683465;
}
.TagClassName
{
border-color: #683465;
}
</style>