#683E5D

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

Shades of Palatinate Purple #683E5D

Tints of Palatinate Purple #683E5D

Color information

#683E5D (or 0x683E5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3E and 5D. RGB value is (104,62,93). Sum of RGB (Red+Green+Blue) = 104+62+93=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5D is #97C1A2. Grayscale: #4E4E4E. Windows color (decimal): -9945507 or 6110824. OLE color: 6110824.

HSL color Cylindrical-coordinate representation of color #683E5D: hue angle of 315.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #683E5D is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1046293-
CMYK00.400.110.59
HSL315.71º25.3%32.55%-
HSV(B)315.71º40.38%40.78%-
XYZ9.417.1811.25-
YUV78.09136.41146.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=40.15%
G=23.94%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104629300.400.110.59315.7125.332.55
Hex683E5D028B3B13c1921
Octal1507613505013734743141
Binary110100011111010111010101000101111101110011110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683E5D; }

 p { color: rgb(104,62,93); }

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

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

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

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

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

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

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