#680566

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

Shades of Purple #680566

Tints of Purple #680566

Color information

#680566 (or 0x680566) is unknown color: approx Purple. HEX triplet: 68, 05 and 66. RGB value is (104,5,102). Sum of RGB (Red+Green+Blue) = 104+5+102=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680566 is #97FA99. Grayscale: #2D2D2D. Windows color (decimal): -9960090 or 6686056. OLE color: 6686056.

HSL color Cylindrical-coordinate representation of color #680566: hue angle of 301.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680566 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB1045102-
CMYK00.950.020.59
HSL301.21º90.83%21.37%-
HSV(B)301.21º95.19%40.78%-
XYZ8.164.0112.91-
YUV45.66159.8169.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=49.29%
G=2.37%
B=48.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104510200.950.020.59301.2190.8321.37
Hex6856605F23B12d5b15
Octal1505146013727345513325
Binary110100010111001100101111110111011100101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680566; }

 p { color: rgb(104,5,102); }

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

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

 a { background-color: rgb(104,5,102); }

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

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

 span { border-color: rgb(104,5,102); }

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