#681168

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

Shades of Palatinate Purple #681168

Tints of Palatinate Purple #681168

Color information

#681168 (or 0x681168) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 68. RGB value is (104,17,104). Sum of RGB (Red+Green+Blue) = 104+17+104=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681168 is #97EE97. Grayscale: #343434. Windows color (decimal): -9957016 or 6820200. OLE color: 6820200.

HSL color Cylindrical-coordinate representation of color #681168: hue angle of 300º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681168 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10417104-
CMYK00.8400.59
HSL300º71.9%23.73%-
HSV(B)300º83.65%40.78%-
XYZ8.414.3413.49-
YUV52.93156.82164.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=46.22%
G=7.56%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041710400.8400.5930071.923.73
Hex68116805403B12c4818
Octal15021150012407345411030
Binary1101000100011101000010101000111011100101100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681168; }

 p { color: rgb(104,17,104); }

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

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

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

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

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

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

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