Shades of Palatinate Purple #682465
Tints of Palatinate Purple #682465
RGB
CMYK
RGB Variations
Color information
#682465 (or 0x682465) is known color: Palatinate Purple. HEX triplet: 68, 24 and 65. RGB value is (104,36,101). Sum of RGB (Red+Green+Blue) = 104+36+101=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682465 is #97DB9A. Grayscale: #3F3F3F. Windows color (decimal): -9952155 or 6628456. OLE color: 6628456.
HSL color Cylindrical-coordinate representation of color #682465: hue angle of 302.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 #682465 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 101 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.59 |
| HSL | 302.65º | 0.49% | 0.27% | - |
| HSV(B) | 302.65º | 0.65% | 0.41% | - |
| XYZ | 8.69 | 5.14 | 12.85 | - |
| YUV | 63.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 101 | 0 | 0.65 | 0.03 | 0.59 | 302.65 | 0.49 | 0.27 |
| Hex | 68 | 24 | 65 | 0 | 41 | 3 | 3B | 12F | 31 | 1B |
| Octal | 150 | 44 | 145 | 0 | 101 | 3 | 73 | 457 | 61 | 33 |
| Binary | 1101000 | 100100 | 1100101 | 0 | 1000001 | 11 | 111011 | 100101111 | 110001 | 11011 |
Color Harmonies of #682465
Complementary color
Monochromatic Colors of #682465
Black with #682465
Text Example
Text Example
White with #682465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682465; }
p { color: rgb(104,36,101); }
H1.HeaderClassName
{
color: #682465;
}
.AnyTagClassName
{
color: #682465;
}
</style>
background-color css
<style>
a { background-color: #682465; }
a { background-color: rgb(104,36,101); }
div.DivClassName
{
background-color: #682465;
}
.BgClassName
{
background-color: #682465;
}
</style>
border-color css
<style>
span { border-color: #682465; }
span { border-color: rgb(104,36,101); }
td.TdClassName
{
border-color: #682465;
}
.TagClassName
{
border-color: #682465;
}
</style>