#680F76

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

Shades of Purple #680F76

Tints of Purple #680F76

Color information

#680F76 (or 0x680F76) is unknown color: approx Purple. HEX triplet: 68, 0F and 76. RGB value is (104,15,118). Sum of RGB (Red+Green+Blue) = 104+15+118=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #680F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F76 is #97F089. Grayscale: #353535. Windows color (decimal): -9957514 or 7737192. OLE color: 7737192.

HSL color Cylindrical-coordinate representation of color #680F76: hue angle of 291.84º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680F76 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10415118-
CMYK0.120.8700.54
HSL291.84º77.44%26.08%-
HSV(B)291.84º87.29%46.27%-
XYZ9.154.5917.54-
YUV53.35164.49164.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=43.88%
G=6.33%
B=49.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104151180.120.8700.54291.8477.4426.08
Hex68F76C570361244d1a
Octal150171661412706644411532
Binary110100011111110110110010101110110110100100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,15,118); }

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

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

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

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

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

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

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