#681073

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

Shades of Purple #681073

Tints of Purple #681073

Color information

#681073 (or 0x681073) is unknown color: approx Purple. HEX triplet: 68, 10 and 73. RGB value is (104,16,115). Sum of RGB (Red+Green+Blue) = 104+16+115=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #681073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681073 is #97EF8C. Grayscale: #353535. Windows color (decimal): -9957261 or 7540840. OLE color: 7540840.

HSL color Cylindrical-coordinate representation of color #681073: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681073 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10416115-
CMYK0.100.8600.55
HSL293.33º75.57%25.69%-
HSV(B)293.33º86.09%45.1%-
XYZ8.994.5516.62-
YUV53.6162.65163.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=44.26%
G=6.81%
B=48.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104161150.100.8600.55293.3375.5725.69
Hex681073A560371254c1a
Octal150201631212606744511432
Binary1101000100001110011101010101100110111100100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681073; }

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

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

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

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

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

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

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

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