Shades of Palatinate Purple #683055
Tints of Palatinate Purple #683055
RGB
CMYK
RGB Variations
Color information
#683055 (or 0x683055) is known color: Palatinate Purple. HEX triplet: 68, 30 and 55. RGB value is (104,48,85). Sum of RGB (Red+Green+Blue) = 104+48+85=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #683055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683055 is #97CFAA. Grayscale: #444444. Windows color (decimal): -9949099 or 5582952. OLE color: 5582952.
HSL color Cylindrical-coordinate representation of color #683055: hue angle of 320.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683055 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 85 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.59 |
| HSL | 320.36º | 0.37% | 0.3% | - |
| HSV(B) | 320.36º | 0.54% | 0.41% | - |
| XYZ | 8.41 | 5.71 | 9.25 | - |
| YUV | 68.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 85 | 0 | 0.54 | 0.18 | 0.59 | 320.36 | 0.37 | 0.3 |
| Hex | 68 | 30 | 55 | 0 | 36 | 12 | 3B | 140 | 25 | 1E |
| Octal | 150 | 60 | 125 | 0 | 66 | 22 | 73 | 500 | 45 | 36 |
| Binary | 1101000 | 110000 | 1010101 | 0 | 110110 | 10010 | 111011 | 101000000 | 100101 | 11110 |
Color Harmonies of #683055
Complementary color
Monochromatic Colors of #683055
Black with #683055
Text Example
Text Example
White with #683055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683055; }
p { color: rgb(104,48,85); }
H1.HeaderClassName
{
color: #683055;
}
.AnyTagClassName
{
color: #683055;
}
</style>
background-color css
<style>
a { background-color: #683055; }
a { background-color: rgb(104,48,85); }
div.DivClassName
{
background-color: #683055;
}
.BgClassName
{
background-color: #683055;
}
</style>
border-color css
<style>
span { border-color: #683055; }
span { border-color: rgb(104,48,85); }
td.TdClassName
{
border-color: #683055;
}
.TagClassName
{
border-color: #683055;
}
</style>