#681A55

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

Shades of Palatinate Purple #681A55

Tints of Palatinate Purple #681A55

Color information

#681A55 (or 0x681A55) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 55. RGB value is (104,26,85). Sum of RGB (Red+Green+Blue) = 104+26+85=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A55 is #97E5AA. Grayscale: #373737. Windows color (decimal): -9954731 or 5577320. OLE color: 5577320.

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

Color convert

RGB1042685-
CMYK00.750.180.59
HSL314.62º60%25.49%-
HSV(B)314.62º75%40.78%-
XYZ7.724.349.02-
YUV56.05144.34162.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=48.37%
G=12.09%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104268500.750.180.59314.626025.49
Hex681A5504B123B13b3c19
Octal15032125011322734737431
Binary1101000110101010101010010111001011101110011101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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