Shades of Palatinate Purple #683254
Tints of Palatinate Purple #683254
RGB
CMYK
RGB Variations
Color information
#683254 (or 0x683254) is known color: Palatinate Purple. HEX triplet: 68, 32 and 54. RGB value is (104,50,84). Sum of RGB (Red+Green+Blue) = 104+50+84=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #683254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683254 is #97CDAB. Grayscale: #454545. Windows color (decimal): -9948588 or 5517928. OLE color: 5517928.
HSL color Cylindrical-coordinate representation of color #683254: hue angle of 322.22º 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 #683254 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 84 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.59 |
| HSL | 322.22º | 0.35% | 0.3% | - |
| HSV(B) | 322.22º | 0.52% | 0.41% | - |
| XYZ | 8.45 | 5.86 | 9.07 | - |
| YUV | 70.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 84 | 0 | 0.52 | 0.19 | 0.59 | 322.22 | 0.35 | 0.3 |
| Hex | 68 | 32 | 54 | 0 | 34 | 13 | 3B | 142 | 23 | 1E |
| Octal | 150 | 62 | 124 | 0 | 64 | 23 | 73 | 502 | 43 | 36 |
| Binary | 1101000 | 110010 | 1010100 | 0 | 110100 | 10011 | 111011 | 101000010 | 100011 | 11110 |
Color Harmonies of #683254
Complementary color
Monochromatic Colors of #683254
Black with #683254
Text Example
Text Example
White with #683254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683254; }
p { color: rgb(104,50,84); }
H1.HeaderClassName
{
color: #683254;
}
.AnyTagClassName
{
color: #683254;
}
</style>
background-color css
<style>
a { background-color: #683254; }
a { background-color: rgb(104,50,84); }
div.DivClassName
{
background-color: #683254;
}
.BgClassName
{
background-color: #683254;
}
</style>
border-color css
<style>
span { border-color: #683254; }
span { border-color: rgb(104,50,84); }
td.TdClassName
{
border-color: #683254;
}
.TagClassName
{
border-color: #683254;
}
</style>