#680D75

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

Shades of Purple #680D75

Tints of Purple #680D75

Color information

#680D75 (or 0x680D75) is unknown color: approx Purple. HEX triplet: 68, 0D and 75. RGB value is (104,13,117). Sum of RGB (Red+Green+Blue) = 104+13+117=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #680D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D75 is #97F28A. Grayscale: #333333. Windows color (decimal): -9958027 or 7671144. OLE color: 7671144.

HSL color Cylindrical-coordinate representation of color #680D75: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680D75 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10413117-
CMYK0.110.8900.54
HSL292.5º80%25.49%-
HSV(B)292.5º88.89%45.88%-
XYZ9.064.5217.22-
YUV52.06164.65165.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 117 (46.09% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104131170.110.8900.54292.58025.49
Hex68D75B590361245019
Octal150151651313106644412031
Binary110100011011110101101110110010110110100100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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