#681A59

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

Shades of Palatinate Purple #681A59

Tints of Palatinate Purple #681A59

Color information

#681A59 (or 0x681A59) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 59. RGB value is (104,26,89). Sum of RGB (Red+Green+Blue) = 104+26+89=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A59 is #97E5A6. Grayscale: #383838. Windows color (decimal): -9954727 or 5839464. OLE color: 5839464.

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

Color convert

RGB1042689-
CMYK00.750.140.59
HSL311.54º60%25.49%-
HSV(B)311.54º75%40.78%-
XYZ7.884.49.89-
YUV56.5146.34161.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=47.49%
G=11.87%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104268900.750.140.59311.546025.49
Hex681A5904BE3B1383c19
Octal15032131011316734707431
Binary110100011010101100101001011111011101110011100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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