#681D5A

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

Shades of Palatinate Purple #681D5A

Tints of Palatinate Purple #681D5A

Color information

#681D5A (or 0x681D5A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1D and 5A. RGB value is (104,29,90). Sum of RGB (Red+Green+Blue) = 104+29+90=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D5A is #97E2A5. Grayscale: #3A3A3A. Windows color (decimal): -9953958 or 5905768. OLE color: 5905768.

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

Color convert

RGB1042990-
CMYK00.720.130.59
HSL311.2º56.39%26.08%-
HSV(B)311.2º72.12%40.78%-
XYZ7.994.5610.13-
YUV58.38145.85160.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=46.64%
G=13.00%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104299000.720.130.59311.256.3926.08
Hex681D5A048D3B137381a
Octal15035132011015734677032
Binary110100011101101101001001000110111101110011011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,29,90); }

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

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

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

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

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

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

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