#684461

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

Shades of Palatinate Purple #684461

Tints of Palatinate Purple #684461

Color information

#684461 (or 0x684461) is unknown color: approx Palatinate Purple. HEX triplet: 68, 44 and 61. RGB value is (104,68,97). Sum of RGB (Red+Green+Blue) = 104+68+97=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684461 is #97BB9E. Grayscale: #515151. Windows color (decimal): -9943967 or 6374504. OLE color: 6374504.

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

Color convert

RGB1046897-
CMYK00.350.070.59
HSL311.67º20.93%33.73%-
HSV(B)311.67º34.62%40.78%-
XYZ9.937.9412.32-
YUV82.07136.43143.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=38.66%
G=25.28%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104689700.350.070.59311.6720.9333.73
Hex68446102373B1381522
Octal1501041410437734702542
Binary110100010001001100001010001111111101110011100010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684461; }

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

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

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

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

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

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

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

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