#681A5B

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

Shades of Palatinate Purple #681A5B

Tints of Palatinate Purple #681A5B

Color information

#681A5B (or 0x681A5B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 5B. RGB value is (104,26,91). Sum of RGB (Red+Green+Blue) = 104+26+91=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A5B is #97E5A4. Grayscale: #383838. Windows color (decimal): -9954725 or 5970536. OLE color: 5970536.

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

Color convert

RGB1042691-
CMYK00.750.120.59
HSL310º60%25.49%-
HSV(B)310º75%40.78%-
XYZ7.974.4410.33-
YUV56.73147.34161.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104269100.750.120.593106025.49
Hex681A5B04BC3B1363c19
Octal15032133011314734667431
Binary110100011010101101101001011110011101110011011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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