#681160

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

Shades of Palatinate Purple #681160

Tints of Palatinate Purple #681160

Color information

#681160 (or 0x681160) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 60. RGB value is (104,17,96). Sum of RGB (Red+Green+Blue) = 104+17+96=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #681160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681160 is #97EE9F. Grayscale: #333333. Windows color (decimal): -9957024 or 6295912. OLE color: 6295912.

HSL color Cylindrical-coordinate representation of color #681160: hue angle of 305.52º 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 #681160 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1041796-
CMYK00.840.080.59
HSL305.52º71.9%23.73%-
HSV(B)305.52º83.65%40.78%-
XYZ8.024.1911.45-
YUV52.02152.82165.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=47.93%
G=7.83%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179600.840.080.59305.5271.923.73
Hex68116005483B1324818
Octal150211400124107346211030
Binary1101000100011100000010101001000111011100110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681160; }

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

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

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

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

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

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

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

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