#680E75

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

Shades of Purple #680E75

Tints of Purple #680E75

Color information

#680E75 (or 0x680E75) is unknown color: approx Purple. HEX triplet: 68, 0E and 75. RGB value is (104,14,117). Sum of RGB (Red+Green+Blue) = 104+14+117=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #680E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E75 is #97F18A. Grayscale: #343434. Windows color (decimal): -9957771 or 7671400. OLE color: 7671400.

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

Color convert

RGB10414117-
CMYK0.110.8800.54
HSL292.43º78.63%25.69%-
HSV(B)292.43º88.03%45.88%-
XYZ9.084.5417.23-
YUV52.65164.32164.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=44.26%
G=5.96%
B=49.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104141170.110.8800.54292.4378.6325.69
Hex68E75B580361244f1a
Octal150161651313006644411732
Binary110100011101110101101110110000110110100100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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