#684061

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

Shades of Palatinate Purple #684061

Tints of Palatinate Purple #684061

Color information

#684061 (or 0x684061) is unknown color: approx Palatinate Purple. HEX triplet: 68, 40 and 61. RGB value is (104,64,97). Sum of RGB (Red+Green+Blue) = 104+64+97=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684061 is #97BF9E. Grayscale: #4F4F4F. Windows color (decimal): -9944991 or 6373480. OLE color: 6373480.

HSL color Cylindrical-coordinate representation of color #684061: hue angle of 310.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684061 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1046497-
CMYK00.380.070.59
HSL310.5º23.81%32.94%-
HSV(B)310.5º38.46%40.78%-
XYZ9.77.4712.24-
YUV79.72137.75145.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=39.25%
G=24.15%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104649700.380.070.59310.523.8132.94
Hex68406102673B1361821
Octal1501001410467734663041
Binary110100010000001100001010011011111101110011011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684061; }

 p { color: rgb(104,64,97); }

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

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

 a { background-color: rgb(104,64,97); }

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

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

 span { border-color: rgb(104,64,97); }

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