#684362

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

Shades of Palatinate Purple #684362

Tints of Palatinate Purple #684362

Color information

#684362 (or 0x684362) is unknown color: approx Palatinate Purple. HEX triplet: 68, 43 and 62. RGB value is (104,67,98). Sum of RGB (Red+Green+Blue) = 104+67+98=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #684362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684362 is #97BC9D. Grayscale: #515151. Windows color (decimal): -9944222 or 6439784. OLE color: 6439784.

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

Color convert

RGB1046798-
CMYK00.360.060.59
HSL309.73º21.64%33.53%-
HSV(B)309.73º35.58%40.78%-
XYZ9.927.8412.55-
YUV81.6137.26143.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=38.66%
G=24.91%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679800.360.060.59309.7321.6433.53
Hex68436202463B1361622
Octal1501031420446734662642
Binary110100010000111100010010010011011101110011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684362; }

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

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

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

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

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

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

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

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