#684360

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

Shades of Palatinate Purple #684360

Tints of Palatinate Purple #684360

Color information

#684360 (or 0x684360) is unknown color: approx Palatinate Purple. HEX triplet: 68, 43 and 60. RGB value is (104,67,96). Sum of RGB (Red+Green+Blue) = 104+67+96=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #684360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684360 is #97BC9F. Grayscale: #515151. Windows color (decimal): -9944224 or 6308712. OLE color: 6308712.

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

Color convert

RGB1046796-
CMYK00.360.080.59
HSL312.97º21.64%33.53%-
HSV(B)312.97º35.58%40.78%-
XYZ9.837.812.05-
YUV81.37136.26144.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=38.95%
G=25.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104679600.360.080.59312.9721.6433.53
Hex68436002483B1391622
Octal15010314004410734712642
Binary1101000100001111000000100100100011101110011100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684360; }

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

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

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

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

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

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

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

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