#682668

Color #682668 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #682668

Tints of Palatinate Purple #682668

Color information

#682668 (or 0x682668) is unknown color: approx Palatinate Purple. HEX triplet: 68, 26 and 68. RGB value is (104,38,104). Sum of RGB (Red+Green+Blue) = 104+38+104=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682668 is #97D997. Grayscale: #414141. Windows color (decimal): -9951640 or 6825576. OLE color: 6825576.

HSL color Cylindrical-coordinate representation of color #682668: hue angle of 300º 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 #682668 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10438104-
CMYK00.6300.59
HSL300º46.48%27.84%-
HSV(B)300º63.46%40.78%-
XYZ8.95.3313.66-
YUV65.26149.87155.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=42.28%
G=15.45%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043810400.6300.5930046.4827.84
Hex68266803F03B12c2e1c
Octal150461500770734545634
Binary110100010011011010000111111011101110010110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682668; }

 p { color: rgb(104,38,104); }

 H1.HeaderClassName
 {
   color: #682668;
 }
 .AnyTagClassName
 {
   color: #682668;
 }
</style>
background-color css

<style>
 a { background-color: #682668; }

 a { background-color: rgb(104,38,104); }

 div.DivClassName
 {
   background-color: #682668;
 }
 .BgClassName
 {
   background-color: #682668;
 }
</style>
border-color css

<style>
 span { border-color: #682668; }

 span { border-color: rgb(104,38,104); }

 td.TdClassName
 {
   border-color: #682668;
 }
 .TagClassName
 {
   border-color: #682668;
 }
</style>