Shades of Palatinate Purple #682454
Tints of Palatinate Purple #682454
RGB
CMYK
RGB Variations
Color information
#682454 (or 0x682454) is known color: Palatinate Purple. HEX triplet: 68, 24 and 54. RGB value is (104,36,84). Sum of RGB (Red+Green+Blue) = 104+36+84=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682454 is #97DBAB. Grayscale: #3D3D3D. Windows color (decimal): -9952172 or 5514344. OLE color: 5514344.
HSL color Cylindrical-coordinate representation of color #682454: hue angle of 317.65º 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 #682454 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 84 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.59 |
| HSL | 317.65º | 0.49% | 0.27% | - |
| HSV(B) | 317.65º | 0.65% | 0.41% | - |
| XYZ | 7.94 | 4.84 | 8.9 | - |
| YUV | 61.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 84 | 0 | 0.65 | 0.19 | 0.59 | 317.65 | 0.49 | 0.27 |
| Hex | 68 | 24 | 54 | 0 | 41 | 13 | 3B | 13E | 31 | 1B |
| Octal | 150 | 44 | 124 | 0 | 101 | 23 | 73 | 476 | 61 | 33 |
| Binary | 1101000 | 100100 | 1010100 | 0 | 1000001 | 10011 | 111011 | 100111110 | 110001 | 11011 |
Color Harmonies of #682454
Complementary color
Monochromatic Colors of #682454
Black with #682454
Text Example
Text Example
White with #682454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682454; }
p { color: rgb(104,36,84); }
H1.HeaderClassName
{
color: #682454;
}
.AnyTagClassName
{
color: #682454;
}
</style>
background-color css
<style>
a { background-color: #682454; }
a { background-color: rgb(104,36,84); }
div.DivClassName
{
background-color: #682454;
}
.BgClassName
{
background-color: #682454;
}
</style>
border-color css
<style>
span { border-color: #682454; }
span { border-color: rgb(104,36,84); }
td.TdClassName
{
border-color: #682454;
}
.TagClassName
{
border-color: #682454;
}
</style>