#683164

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

Shades of Palatinate Purple #683164

Tints of Palatinate Purple #683164

Color information

#683164 (or 0x683164) is unknown color: approx Palatinate Purple. HEX triplet: 68, 31 and 64. RGB value is (104,49,100). Sum of RGB (Red+Green+Blue) = 104+49+100=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #683164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683164 is #97CE9B. Grayscale: #474747. Windows color (decimal): -9948828 or 6566248. OLE color: 6566248.

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

Color convert

RGB10449100-
CMYK00.530.040.59
HSL304.36º35.95%30%-
HSV(B)304.36º52.88%40.78%-
XYZ9.116.0612.75-
YUV71.26144.22151.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=41.11%
G=19.37%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044910000.530.040.59304.3635.9530
Hex68316403543B130241e
Octal150611440654734604436
Binary11010001100011100100011010110011101110011000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683164; }

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

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

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

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

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

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

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

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