#684261

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

Shades of Palatinate Purple #684261

Tints of Palatinate Purple #684261

Color information

#684261 (or 0x684261) is unknown color: approx Palatinate Purple. HEX triplet: 68, 42 and 61. RGB value is (104,66,97). Sum of RGB (Red+Green+Blue) = 104+66+97=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684261 is #97BD9E. Grayscale: #505050. Windows color (decimal): -9944479 or 6373992. OLE color: 6373992.

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

Color convert

RGB1046697-
CMYK00.370.070.59
HSL311.05º22.35%33.33%-
HSV(B)311.05º36.54%40.78%-
XYZ9.817.712.28-
YUV80.9137.09144.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=38.95%
G=24.72%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104669700.370.070.59311.0522.3533.33
Hex68426102573B1371621
Octal1501021410457734672641
Binary110100010000101100001010010111111101110011011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684261; }

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

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

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

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

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

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

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

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