Shades of Palatinate Purple #683255
Tints of Palatinate Purple #683255
RGB
CMYK
RGB Variations
Color information
#683255 (or 0x683255) is known color: Palatinate Purple. HEX triplet: 68, 32 and 55. RGB value is (104,50,85). Sum of RGB (Red+Green+Blue) = 104+50+85=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #683255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683255 is #97CDAA. Grayscale: #464646. Windows color (decimal): -9948587 or 5583464. OLE color: 5583464.
HSL color Cylindrical-coordinate representation of color #683255: hue angle of 321.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683255 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 85 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.59 |
| HSL | 321.11º | 0.35% | 0.3% | - |
| HSV(B) | 321.11º | 0.52% | 0.41% | - |
| XYZ | 8.49 | 5.88 | 9.28 | - |
| YUV | 70.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 85 | 0 | 0.52 | 0.18 | 0.59 | 321.11 | 0.35 | 0.3 |
| Hex | 68 | 32 | 55 | 0 | 34 | 12 | 3B | 141 | 23 | 1E |
| Octal | 150 | 62 | 125 | 0 | 64 | 22 | 73 | 501 | 43 | 36 |
| Binary | 1101000 | 110010 | 1010101 | 0 | 110100 | 10010 | 111011 | 101000001 | 100011 | 11110 |
Color Harmonies of #683255
Complementary color
Monochromatic Colors of #683255
Black with #683255
Text Example
Text Example
White with #683255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683255; }
p { color: rgb(104,50,85); }
H1.HeaderClassName
{
color: #683255;
}
.AnyTagClassName
{
color: #683255;
}
</style>
background-color css
<style>
a { background-color: #683255; }
a { background-color: rgb(104,50,85); }
div.DivClassName
{
background-color: #683255;
}
.BgClassName
{
background-color: #683255;
}
</style>
border-color css
<style>
span { border-color: #683255; }
span { border-color: rgb(104,50,85); }
td.TdClassName
{
border-color: #683255;
}
.TagClassName
{
border-color: #683255;
}
</style>