#680568

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

Shades of Purple #680568

Tints of Purple #680568

Color information

#680568 (or 0x680568) is unknown color: approx Purple. HEX triplet: 68, 05 and 68. RGB value is (104,5,104). Sum of RGB (Red+Green+Blue) = 104+5+104=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680568 is #97FA97. Grayscale: #2D2D2D. Windows color (decimal): -9960088 or 6817128. OLE color: 6817128.

HSL color Cylindrical-coordinate representation of color #680568: hue angle of 300º 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 #680568 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1045104-
CMYK00.9500.59
HSL300º90.83%21.37%-
HSV(B)300º95.19%40.78%-
XYZ8.264.0513.44-
YUV45.89160.8169.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=48.83%
G=2.35%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104510400.9500.5930090.8321.37
Hex6856805F03B12c5b15
Octal1505150013707345413325
Binary11010001011101000010111110111011100101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680568; }

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

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

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

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

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

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

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

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