#681A5D

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

Shades of Palatinate Purple #681A5D

Tints of Palatinate Purple #681A5D

Color information

#681A5D (or 0x681A5D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 5D. RGB value is (104,26,93). Sum of RGB (Red+Green+Blue) = 104+26+93=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A5D is #97E5A2. Grayscale: #383838. Windows color (decimal): -9954723 or 6101608. OLE color: 6101608.

HSL color Cylindrical-coordinate representation of color #681A5D: hue angle of 308.46º 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 #681A5D is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1042693-
CMYK00.750.110.59
HSL308.46º60%25.49%-
HSV(B)308.46º75%40.78%-
XYZ8.054.4710.79-
YUV56.96148.34161.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=46.64%
G=11.66%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104269300.750.110.59308.466025.49
Hex681A5D04BB3B1343c19
Octal15032135011313734647431
Binary110100011010101110101001011101111101110011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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