#680476

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

Shades of Purple #680476

Tints of Purple #680476

Color information

#680476 (or 0x680476) is unknown color: approx Purple. HEX triplet: 68, 04 and 76. RGB value is (104,4,118). Sum of RGB (Red+Green+Blue) = 104+4+118=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #680476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680476 is #97FB89. Grayscale: #2E2E2E. Windows color (decimal): -9960330 or 7734376. OLE color: 7734376.

HSL color Cylindrical-coordinate representation of color #680476: hue angle of 292.63º degrees, saturation: 0.93, 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 #680476 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1044118-
CMYK0.120.9700.54
HSL292.63º93.44%23.92%-
HSV(B)292.63º96.61%46.27%-
XYZ9.024.3417.5-
YUV46.9168.13168.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=46.02%
G=1.77%
B=52.21%

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
Decimal10441180.120.9700.54292.6393.4423.92
Hex68476C610361255d18
Octal15041661414106644513530
Binary11010001001110110110011000010110110100100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680476; }

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

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

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

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

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

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

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

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