#681A56

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

Shades of Palatinate Purple #681A56

Tints of Palatinate Purple #681A56

Color information

#681A56 (or 0x681A56) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 56. RGB value is (104,26,86). Sum of RGB (Red+Green+Blue) = 104+26+86=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #681A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A56 is #97E5A9. Grayscale: #383838. Windows color (decimal): -9954730 or 5642856. OLE color: 5642856.

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

Color convert

RGB1042686-
CMYK00.750.170.59
HSL313.85º60%25.49%-
HSV(B)313.85º75%40.78%-
XYZ7.764.359.24-
YUV56.16144.84162.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=48.15%
G=12.04%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104268600.750.170.59313.856025.49
Hex681A5604B113B13a3c19
Octal15032126011321734727431
Binary1101000110101010110010010111000111101110011101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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