#682764

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

Shades of Palatinate Purple #682764

Tints of Palatinate Purple #682764

Color information

#682764 (or 0x682764) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 64. RGB value is (104,39,100). Sum of RGB (Red+Green+Blue) = 104+39+100=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682764 is #97D89B. Grayscale: #414141. Windows color (decimal): -9951388 or 6563688. OLE color: 6563688.

HSL color Cylindrical-coordinate representation of color #682764: hue angle of 303.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682764 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10439100-
CMYK00.620.040.59
HSL303.69º45.45%28.04%-
HSV(B)303.69º62.5%40.78%-
XYZ8.735.3112.62-
YUV65.39147.53155.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=42.80%
G=16.05%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043910000.620.040.59303.6945.4528.04
Hex68276403E43B1302d1c
Octal150471440764734605534
Binary11010001001111100100011111010011101110011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682764; }

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

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

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

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

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

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

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

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