Shades of Palatinate Purple #682455
Tints of Palatinate Purple #682455
RGB
CMYK
RGB Variations
Color information
#682455 (or 0x682455) is known color: Palatinate Purple. HEX triplet: 68, 24 and 55. RGB value is (104,36,85). Sum of RGB (Red+Green+Blue) = 104+36+85=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682455 is #97DBAA. Grayscale: #3D3D3D. Windows color (decimal): -9952171 or 5579880. OLE color: 5579880.
HSL color Cylindrical-coordinate representation of color #682455: hue angle of 316.76º 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 #682455 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 85 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.59 |
| HSL | 316.76º | 0.49% | 0.27% | - |
| HSV(B) | 316.76º | 0.65% | 0.41% | - |
| XYZ | 7.98 | 4.86 | 9.11 | - |
| YUV | 61.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 85 | 0 | 0.65 | 0.18 | 0.59 | 316.76 | 0.49 | 0.27 |
| Hex | 68 | 24 | 55 | 0 | 41 | 12 | 3B | 13D | 31 | 1B |
| Octal | 150 | 44 | 125 | 0 | 101 | 22 | 73 | 475 | 61 | 33 |
| Binary | 1101000 | 100100 | 1010101 | 0 | 1000001 | 10010 | 111011 | 100111101 | 110001 | 11011 |
Color Harmonies of #682455
Complementary color
Monochromatic Colors of #682455
Black with #682455
Text Example
Text Example
White with #682455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682455; }
p { color: rgb(104,36,85); }
H1.HeaderClassName
{
color: #682455;
}
.AnyTagClassName
{
color: #682455;
}
</style>
background-color css
<style>
a { background-color: #682455; }
a { background-color: rgb(104,36,85); }
div.DivClassName
{
background-color: #682455;
}
.BgClassName
{
background-color: #682455;
}
</style>
border-color css
<style>
span { border-color: #682455; }
span { border-color: rgb(104,36,85); }
td.TdClassName
{
border-color: #682455;
}
.TagClassName
{
border-color: #682455;
}
</style>