#680C77

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

Shades of Purple #680C77

Tints of Purple #680C77

Color information

#680C77 (or 0x680C77) is unknown color: approx Purple. HEX triplet: 68, 0C and 77. RGB value is (104,12,119). Sum of RGB (Red+Green+Blue) = 104+12+119=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #680C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C77 is #97F388. Grayscale: #333333. Windows color (decimal): -9958281 or 7801960. OLE color: 7801960.

HSL color Cylindrical-coordinate representation of color #680C77: hue angle of 291.59º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680C77 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10412119-
CMYK0.130.9000.53
HSL291.59º81.68%25.69%-
HSV(B)291.59º89.92%46.67%-
XYZ9.174.5417.85-
YUV51.71165.98165.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=44.26%
G=5.11%
B=50.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104121190.130.9000.53291.5981.6825.69
Hex68C77D5A035124521a
Octal150141671513206544412232
Binary110100011001110111110110110100110101100100100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680C77; }

 p { color: rgb(104,12,119); }

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

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

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

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

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

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

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