Shades of Palatinate Purple #682665
Tints of Palatinate Purple #682665
RGB
CMYK
RGB Variations
Color information
#682665 (or 0x682665) is known color: Palatinate Purple. HEX triplet: 68, 26 and 65. RGB value is (104,38,101). Sum of RGB (Red+Green+Blue) = 104+38+101=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682665 is #97D99A. Grayscale: #404040. Windows color (decimal): -9951643 or 6628968. OLE color: 6628968.
HSL color Cylindrical-coordinate representation of color #682665: hue angle of 302.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682665 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 101 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.59 |
| HSL | 302.73º | 0.46% | 0.28% | - |
| HSV(B) | 302.73º | 0.63% | 0.41% | - |
| XYZ | 8.75 | 5.27 | 12.87 | - |
| YUV | 64.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 101 | 0 | 0.63 | 0.03 | 0.59 | 302.73 | 0.46 | 0.28 |
| Hex | 68 | 26 | 65 | 0 | 3F | 3 | 3B | 12F | 2E | 1C |
| Octal | 150 | 46 | 145 | 0 | 77 | 3 | 73 | 457 | 56 | 34 |
| Binary | 1101000 | 100110 | 1100101 | 0 | 111111 | 11 | 111011 | 100101111 | 101110 | 11100 |
Color Harmonies of #682665
Complementary color
Monochromatic Colors of #682665
Black with #682665
Text Example
Text Example
White with #682665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682665; }
p { color: rgb(104,38,101); }
H1.HeaderClassName
{
color: #682665;
}
.AnyTagClassName
{
color: #682665;
}
</style>
background-color css
<style>
a { background-color: #682665; }
a { background-color: rgb(104,38,101); }
div.DivClassName
{
background-color: #682665;
}
.BgClassName
{
background-color: #682665;
}
</style>
border-color css
<style>
span { border-color: #682665; }
span { border-color: rgb(104,38,101); }
td.TdClassName
{
border-color: #682665;
}
.TagClassName
{
border-color: #682665;
}
</style>