#680473

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

Shades of Purple #680473

Tints of Purple #680473

Color information

#680473 (or 0x680473) is unknown color: approx Purple. HEX triplet: 68, 04 and 73. RGB value is (104,4,115). Sum of RGB (Red+Green+Blue) = 104+4+115=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #680473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680473 is #97FB8C. Grayscale: #2E2E2E. Windows color (decimal): -9960333 or 7537768. OLE color: 7537768.

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

Color convert

RGB1044115-
CMYK0.100.9700.55
HSL294.05º93.28%23.33%-
HSV(B)294.05º96.52%45.1%-
XYZ8.854.2716.58-
YUV46.55166.63168.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=46.64%
G=1.79%
B=51.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10441150.100.9700.55294.0593.2823.33
Hex68473A610371265d17
Octal15041631214106744613527
Binary11010001001110011101011000010110111100100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680473; }

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

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

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

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

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

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

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

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