#683764

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

Shades of Palatinate Purple #683764

Tints of Palatinate Purple #683764

Color information

#683764 (or 0x683764) is unknown color: approx Palatinate Purple. HEX triplet: 68, 37 and 64. RGB value is (104,55,100). Sum of RGB (Red+Green+Blue) = 104+55+100=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #683764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683764 is #97C89B. Grayscale: #4A4A4A. Windows color (decimal): -9947292 or 6567784. OLE color: 6567784.

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

Color convert

RGB10455100-
CMYK00.470.040.59
HSL304.9º30.82%31.18%-
HSV(B)304.9º47.12%40.78%-
XYZ9.386.612.84-
YUV74.78142.23148.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=40.15%
G=21.24%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045510000.470.040.59304.930.8231.18
Hex68376402F43B1311f1f
Octal150671440574734613737
Binary1101000110111110010001011111001110111001100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683764; }

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

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

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

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

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

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

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

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