#681B5B

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

Shades of Palatinate Purple #681B5B

Tints of Palatinate Purple #681B5B

Color information

#681B5B (or 0x681B5B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1B and 5B. RGB value is (104,27,91). Sum of RGB (Red+Green+Blue) = 104+27+91=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B5B is #97E4A4. Grayscale: #393939. Windows color (decimal): -9954469 or 5970792. OLE color: 5970792.

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

Color convert

RGB1042791-
CMYK00.740.120.59
HSL310.13º58.78%25.69%-
HSV(B)310.13º74.04%40.78%-
XYZ7.994.4810.34-
YUV57.32147.01161.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 27 (10.94% from 255) = 12.16%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=46.85%
G=12.16%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104279100.740.120.59310.1358.7825.69
Hex681B5B04AC3B1363b1a
Octal15033133011214734667332
Binary110100011011101101101001010110011101110011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,27,91); }

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

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

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

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

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

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

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