#683963

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

Shades of Palatinate Purple #683963

Tints of Palatinate Purple #683963

Color information

#683963 (or 0x683963) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 63. RGB value is (104,57,99). Sum of RGB (Red+Green+Blue) = 104+57+99=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #683963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683963 is #97C69C. Grayscale: #4B4B4B. Windows color (decimal): -9946781 or 6502760. OLE color: 6502760.

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

Color convert

RGB1045799-
CMYK00.450.050.59
HSL306.38º29.19%31.57%-
HSV(B)306.38º45.19%40.78%-
XYZ9.426.7712.61-
YUV75.84141.07148.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=40%
G=21.92%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104579900.450.050.59306.3829.1931.57
Hex68396302D53B1321d20
Octal150711430555734623540
Binary11010001110011100011010110110111101110011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683963; }

 p { color: rgb(104,57,99); }

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

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

 a { background-color: rgb(104,57,99); }

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

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

 span { border-color: rgb(104,57,99); }

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