#681E69

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

Shades of Palatinate Purple #681E69

Tints of Palatinate Purple #681E69

Color information

#681E69 (or 0x681E69) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1E and 69. RGB value is (104,30,105). Sum of RGB (Red+Green+Blue) = 104+30+105=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #681E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E69 is #97E196. Grayscale: #3C3C3C. Windows color (decimal): -9953687 or 6889064. OLE color: 6889064.

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

Color convert

RGB10430105-
CMYK0.010.7100.59
HSL299.2º55.56%26.47%-
HSV(B)299.2º71.43%41.18%-
XYZ8.724.8913.85-
YUV60.68153.02158.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=43.51%
G=12.55%
B=43.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104301050.010.7100.59299.255.5626.47
Hex681E6914703B12b381a
Octal1503615111070734537032
Binary110100011110110100111000111011101110010101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,30,105); }

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

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

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

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

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

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

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