#680376

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

Shades of Purple #680376

Tints of Purple #680376

Color information

#680376 (or 0x680376) is unknown color: approx Purple. HEX triplet: 68, 03 and 76. RGB value is (104,3,118). Sum of RGB (Red+Green+Blue) = 104+3+118=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #680376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680376 is #97FC89. Grayscale: #2D2D2D. Windows color (decimal): -9960586 or 7734120. OLE color: 7734120.

HSL color Cylindrical-coordinate representation of color #680376: hue angle of 292.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680376 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1043118-
CMYK0.120.9700.54
HSL292.7º95.04%23.73%-
HSV(B)292.7º97.46%46.27%-
XYZ9.014.3217.5-
YUV46.31168.46169.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=46.22%
G=1.33%
B=52.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10431180.120.9700.54292.795.0423.73
Hex68376C610361255f18
Octal15031661414106644513730
Binary1101000111110110110011000010110110100100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680376; }

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

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

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

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

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

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

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

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