Shades of Palatinate Purple #682453
Tints of Palatinate Purple #682453
RGB
CMYK
RGB Variations
Color information
#682453 (or 0x682453) is known color: Palatinate Purple. HEX triplet: 68, 24 and 53. RGB value is (104,36,83). Sum of RGB (Red+Green+Blue) = 104+36+83=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682453 is #97DBAC. Grayscale: #3D3D3D. Windows color (decimal): -9952173 or 5448808. OLE color: 5448808.
HSL color Cylindrical-coordinate representation of color #682453: hue angle of 318.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682453 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 83 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.59 |
| HSL | 318.53º | 0.49% | 0.27% | - |
| HSV(B) | 318.53º | 0.65% | 0.41% | - |
| XYZ | 7.9 | 4.83 | 8.7 | - |
| YUV | 61.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 83 | 0 | 0.65 | 0.20 | 0.59 | 318.53 | 0.49 | 0.27 |
| Hex | 68 | 24 | 53 | 0 | 41 | 14 | 3B | 13F | 31 | 1B |
| Octal | 150 | 44 | 123 | 0 | 101 | 24 | 73 | 477 | 61 | 33 |
| Binary | 1101000 | 100100 | 1010011 | 0 | 1000001 | 10100 | 111011 | 100111111 | 110001 | 11011 |
Color Harmonies of #682453
Complementary color
Monochromatic Colors of #682453
Black with #682453
Text Example
Text Example
White with #682453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682453; }
p { color: rgb(104,36,83); }
H1.HeaderClassName
{
color: #682453;
}
.AnyTagClassName
{
color: #682453;
}
</style>
background-color css
<style>
a { background-color: #682453; }
a { background-color: rgb(104,36,83); }
div.DivClassName
{
background-color: #682453;
}
.BgClassName
{
background-color: #682453;
}
</style>
border-color css
<style>
span { border-color: #682453; }
span { border-color: rgb(104,36,83); }
td.TdClassName
{
border-color: #682453;
}
.TagClassName
{
border-color: #682453;
}
</style>