#680772

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

Shades of Purple #680772

Tints of Purple #680772

Color information

#680772 (or 0x680772) is unknown color: approx Purple. HEX triplet: 68, 07 and 72. RGB value is (104,7,114). Sum of RGB (Red+Green+Blue) = 104+7+114=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #680772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680772 is #97F88D. Grayscale: #2F2F2F. Windows color (decimal): -9959566 or 7473000. OLE color: 7473000.

HSL color Cylindrical-coordinate representation of color #680772: hue angle of 294.39º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680772 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1047114-
CMYK0.090.9400.55
HSL294.39º88.43%23.73%-
HSV(B)294.39º93.86%44.71%-
XYZ8.824.3116.29-
YUV48.2165.14167.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=46.22%
G=3.11%
B=50.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10471140.090.9400.55294.3988.4323.73
Hex6877295E0371265818
Octal15071621113606744613030
Binary11010001111110010100110111100110111100100110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680772; }

 p { color: rgb(104,7,114); }

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

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

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

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

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

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

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