Shades of Palatinate Purple #682154
Tints of Palatinate Purple #682154
RGB
CMYK
RGB Variations
Color information
#682154 (or 0x682154) is known color: Palatinate Purple. HEX triplet: 68, 21 and 54. RGB value is (104,33,84). Sum of RGB (Red+Green+Blue) = 104+33+84=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682154 is #97DEAB. Grayscale: #3B3B3B. Windows color (decimal): -9952940 or 5513576. OLE color: 5513576.
HSL color Cylindrical-coordinate representation of color #682154: hue angle of 316.9º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682154 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 84 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.59 |
| HSL | 316.9º | 0.52% | 0.27% | - |
| HSV(B) | 316.9º | 0.68% | 0.41% | - |
| XYZ | 7.85 | 4.67 | 8.88 | - |
| YUV | 60.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 84 | 0 | 0.68 | 0.19 | 0.59 | 316.9 | 0.52 | 0.27 |
| Hex | 68 | 21 | 54 | 0 | 44 | 13 | 3B | 13D | 34 | 1B |
| Octal | 150 | 41 | 124 | 0 | 104 | 23 | 73 | 475 | 64 | 33 |
| Binary | 1101000 | 100001 | 1010100 | 0 | 1000100 | 10011 | 111011 | 100111101 | 110100 | 11011 |
Color Harmonies of #682154
Complementary color
Monochromatic Colors of #682154
Black with #682154
Text Example
Text Example
White with #682154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682154; }
p { color: rgb(104,33,84); }
H1.HeaderClassName
{
color: #682154;
}
.AnyTagClassName
{
color: #682154;
}
</style>
background-color css
<style>
a { background-color: #682154; }
a { background-color: rgb(104,33,84); }
div.DivClassName
{
background-color: #682154;
}
.BgClassName
{
background-color: #682154;
}
</style>
border-color css
<style>
span { border-color: #682154; }
span { border-color: rgb(104,33,84); }
td.TdClassName
{
border-color: #682154;
}
.TagClassName
{
border-color: #682154;
}
</style>