#683E5F

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

Shades of Palatinate Purple #683E5F

Tints of Palatinate Purple #683E5F

Color information

#683E5F (or 0x683E5F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3E and 5F. RGB value is (104,62,95). Sum of RGB (Red+Green+Blue) = 104+62+95=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #683E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E5F is #97C1A0. Grayscale: #4E4E4E. Windows color (decimal): -9945505 or 6241896. OLE color: 6241896.

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

Color convert

RGB1046295-
CMYK00.400.090.59
HSL312.86º25.3%32.55%-
HSV(B)312.86º40.38%40.78%-
XYZ9.57.2111.72-
YUV78.32137.41146.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=39.85%
G=23.75%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104629500.400.090.59312.8625.332.55
Hex683E5F02893B1391921
Octal1507613705011734713141
Binary110100011111010111110101000100111101110011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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