#682664

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

Shades of Palatinate Purple #682664

Tints of Palatinate Purple #682664

Color information

#682664 (or 0x682664) is unknown color: approx Palatinate Purple. HEX triplet: 68, 26 and 64. RGB value is (104,38,100). Sum of RGB (Red+Green+Blue) = 104+38+100=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682664 is #97D99B. Grayscale: #404040. Windows color (decimal): -9951644 or 6563432. OLE color: 6563432.

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

Color convert

RGB10438100-
CMYK00.630.040.59
HSL303.64º46.48%27.84%-
HSV(B)303.64º63.46%40.78%-
XYZ8.75.2512.61-
YUV64.8147.87155.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=42.98%
G=15.70%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043810000.630.040.59303.6446.4827.84
Hex68266403F43B1302e1c
Octal150461440774734605634
Binary11010001001101100100011111110011101110011000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682664; }

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

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

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

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

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

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

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

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