#681C68

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

Shades of Palatinate Purple #681C68

Tints of Palatinate Purple #681C68

Color information

#681C68 (or 0x681C68) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1C and 68. RGB value is (104,28,104). Sum of RGB (Red+Green+Blue) = 104+28+104=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C68 is #97E397. Grayscale: #3B3B3B. Windows color (decimal): -9954200 or 6823016. OLE color: 6823016.

HSL color Cylindrical-coordinate representation of color #681C68: hue angle of 300º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C68 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10428104-
CMYK00.7300.59
HSL300º57.58%25.88%-
HSV(B)300º73.08%40.78%-
XYZ8.624.7713.56-
YUV59.39153.18159.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=44.07%
G=11.86%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042810400.7300.5930057.5825.88
Hex681C6804903B12c3a1a
Octal1503415001110734547232
Binary110100011100110100001001001011101110010110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C68; }

 p { color: rgb(104,28,104); }

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

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

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

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

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

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

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