#684361

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

Shades of Palatinate Purple #684361

Tints of Palatinate Purple #684361

Color information

#684361 (or 0x684361) is unknown color: approx Palatinate Purple. HEX triplet: 68, 43 and 61. RGB value is (104,67,97). Sum of RGB (Red+Green+Blue) = 104+67+97=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #684361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684361 is #97BC9E. Grayscale: #515151. Windows color (decimal): -9944223 or 6374248. OLE color: 6374248.

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

Color convert

RGB1046797-
CMYK00.360.070.59
HSL311.35º21.64%33.53%-
HSV(B)311.35º35.58%40.78%-
XYZ9.877.8212.3-
YUV81.48136.76144.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=38.81%
G=25%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679700.360.070.59311.3521.6433.53
Hex68436102473B1371622
Octal1501031410447734672642
Binary110100010000111100001010010011111101110011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684361; }

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

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

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

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

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

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

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

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