#684560

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

Shades of Palatinate Purple #684560

Tints of Palatinate Purple #684560

Color information

#684560 (or 0x684560) is unknown color: approx Palatinate Purple. HEX triplet: 68, 45 and 60. RGB value is (104,69,96). Sum of RGB (Red+Green+Blue) = 104+69+96=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684560 is #97BA9F. Grayscale: #525252. Windows color (decimal): -9943712 or 6309224. OLE color: 6309224.

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

Color convert

RGB1046996-
CMYK00.340.080.59
HSL313.71º20.23%33.92%-
HSV(B)313.71º33.65%40.78%-
XYZ9.958.0412.09-
YUV82.54135.6143.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=38.66%
G=25.65%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104699600.340.080.59313.7120.2333.92
Hex68456002283B13a1422
Octal15010514004210734722442
Binary1101000100010111000000100010100011101110011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684560; }

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

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

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

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

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

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

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

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