#681E54

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

Shades of Palatinate Purple #681E54

Tints of Palatinate Purple #681E54

Color information

#681E54 (or 0x681E54) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1E and 54. RGB value is (104,30,84). Sum of RGB (Red+Green+Blue) = 104+30+84=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E54 is #97E1AB. Grayscale: #3A3A3A. Windows color (decimal): -9953708 or 5512808. OLE color: 5512808.

HSL color Cylindrical-coordinate representation of color #681E54: hue angle of 316.22º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E54 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1043084-
CMYK00.710.190.59
HSL316.22º55.22%26.27%-
HSV(B)316.22º71.15%40.78%-
XYZ7.774.518.85-
YUV58.28142.52160.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=47.71%
G=13.76%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104308400.710.190.59316.2255.2226.27
Hex681E54047133B13c371a
Octal15036124010723734746732
Binary1101000111101010100010001111001111101110011110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,30,84); }

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

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

 a { background-color: rgb(104,30,84); }

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

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

 span { border-color: rgb(104,30,84); }

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