#681081

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

Shades of Purple #681081

Tints of Purple #681081

Color information

#681081 (or 0x681081) is unknown color: approx Purple. HEX triplet: 68, 10 and 81. RGB value is (104,16,129). Sum of RGB (Red+Green+Blue) = 104+16+129=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #681081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681081 is #97EF7E. Grayscale: #363636. Windows color (decimal): -9957247 or 8458344. OLE color: 8458344.

HSL color Cylindrical-coordinate representation of color #681081: hue angle of 286.73º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681081 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10416129-
CMYK0.190.8800.49
HSL286.73º77.93%28.43%-
HSV(B)286.73º87.6%50.59%-
XYZ9.864.921.19-
YUV55.19169.65162.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=41.77%
G=6.43%
B=51.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104161290.190.8800.49286.7377.9328.43
Hex681081135803111f4e1c
Octal150202012313006143711634
Binary110100010000100000011001110110000110001100011111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681081; }

 p { color: rgb(104,16,129); }

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

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

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

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

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

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

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