#681E67

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

Shades of Palatinate Purple #681E67

Tints of Palatinate Purple #681E67

Color information

#681E67 (or 0x681E67) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1E and 67. RGB value is (104,30,103). Sum of RGB (Red+Green+Blue) = 104+30+103=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #681E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E67 is #97E198. Grayscale: #3C3C3C. Windows color (decimal): -9953689 or 6757992. OLE color: 6757992.

HSL color Cylindrical-coordinate representation of color #681E67: hue angle of 300.81º degrees, saturation: 0.55, 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 #681E67 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10430103-
CMYK00.710.010.59
HSL300.81º55.22%26.27%-
HSV(B)300.81º71.15%40.78%-
XYZ8.624.8513.31-
YUV60.45152.02159.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=43.88%
G=12.66%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043010300.710.010.59300.8155.2226.27
Hex681E6704713B12d371a
Octal1503614701071734556732
Binary110100011110110011101000111111101110010110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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