#684561

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

Shades of Palatinate Purple #684561

Tints of Palatinate Purple #684561

Color information

#684561 (or 0x684561) is unknown color: approx Palatinate Purple. HEX triplet: 68, 45 and 61. RGB value is (104,69,97). Sum of RGB (Red+Green+Blue) = 104+69+97=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #684561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684561 is #97BA9E. Grayscale: #525252. Windows color (decimal): -9943711 or 6374760. OLE color: 6374760.

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

Color convert

RGB1046997-
CMYK00.340.070.59
HSL312º20.23%33.92%-
HSV(B)312º33.65%40.78%-
XYZ9.998.0612.34-
YUV82.66136.1143.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=38.52%
G=25.56%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104699700.340.070.5931220.2333.92
Hex68456102273B1381422
Octal1501051410427734702442
Binary110100010001011100001010001011111101110011100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684561; }

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

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

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

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

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

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

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

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