#680D71

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

Shades of Purple #680D71

Tints of Purple #680D71

Color information

#680D71 (or 0x680D71) is unknown color: approx Purple. HEX triplet: 68, 0D and 71. RGB value is (104,13,113). Sum of RGB (Red+Green+Blue) = 104+13+113=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #680D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D71 is #97F28E. Grayscale: #333333. Windows color (decimal): -9958031 or 7409000. OLE color: 7409000.

HSL color Cylindrical-coordinate representation of color #680D71: hue angle of 294.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D71 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10413113-
CMYK0.080.8800.56
HSL294.6º79.37%24.71%-
HSV(B)294.6º88.5%44.31%-
XYZ8.834.4216.01-
YUV51.61162.65165.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=45.22%
G=5.65%
B=49.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104131130.080.8800.56294.679.3724.71
Hex68D718580381274f19
Octal150151611013007044711731
Binary110100011011110001100010110000111000100100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,113); }

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

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

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

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

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

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

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