#683860

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

Shades of Palatinate Purple #683860

Tints of Palatinate Purple #683860

Color information

#683860 (or 0x683860) is unknown color: approx Palatinate Purple. HEX triplet: 68, 38 and 60. RGB value is (104,56,96). Sum of RGB (Red+Green+Blue) = 104+56+96=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683860 is #97C79F. Grayscale: #4A4A4A. Windows color (decimal): -9947040 or 6305896. OLE color: 6305896.

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

Color convert

RGB1045696-
CMYK00.460.080.59
HSL310º30%31.37%-
HSV(B)310º46.15%40.78%-
XYZ9.236.6211.86-
YUV74.91139.9148.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104569600.460.080.593103031.37
Hex68386002E83B1361e1f
Octal1507014005610734663637
Binary11010001110001100000010111010001110111001101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683860; }

 p { color: rgb(104,56,96); }

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

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

 a { background-color: rgb(104,56,96); }

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

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

 span { border-color: rgb(104,56,96); }

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