#680371

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

Shades of Purple #680371

Tints of Purple #680371

Color information

#680371 (or 0x680371) is unknown color: approx Purple. HEX triplet: 68, 03 and 71. RGB value is (104,3,113). Sum of RGB (Red+Green+Blue) = 104+3+113=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #680371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680371 is #97FC8E. Grayscale: #2D2D2D. Windows color (decimal): -9960591 or 7406440. OLE color: 7406440.

HSL color Cylindrical-coordinate representation of color #680371: hue angle of 295.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680371 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1043113-
CMYK0.080.9700.56
HSL295.09º94.83%22.75%-
HSV(B)295.09º97.35%44.31%-
XYZ8.724.215.97-
YUV45.74165.96169.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=47.27%
G=1.36%
B=51.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10431130.080.9700.56295.0994.8322.75
Hex683718610381275f17
Octal15031611014107044713727
Binary1101000111110001100011000010111000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680371; }

 p { color: rgb(104,3,113); }

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

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

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

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

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

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

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