#683160

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

Shades of Palatinate Purple #683160

Tints of Palatinate Purple #683160

Color information

#683160 (or 0x683160) is unknown color: approx Palatinate Purple. HEX triplet: 68, 31 and 60. RGB value is (104,49,96). Sum of RGB (Red+Green+Blue) = 104+49+96=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #683160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683160 is #97CE9F. Grayscale: #464646. Windows color (decimal): -9948832 or 6304104. OLE color: 6304104.

HSL color Cylindrical-coordinate representation of color #683160: hue angle of 308.73º 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 #683160 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1044996-
CMYK00.530.080.59
HSL308.73º35.95%30%-
HSV(B)308.73º52.88%40.78%-
XYZ8.925.9811.75-
YUV70.8142.22151.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=41.77%
G=19.68%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104499600.530.080.59308.7335.9530
Hex68316003583B135241e
Octal1506114006510734654436
Binary110100011000111000000110101100011101110011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683160; }

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

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

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

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

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

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

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

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