#680D78

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

Shades of Purple #680D78

Tints of Purple #680D78

Color information

#680D78 (or 0x680D78) is unknown color: approx Purple. HEX triplet: 68, 0D and 78. RGB value is (104,13,120). Sum of RGB (Red+Green+Blue) = 104+13+120=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #680D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D78 is #97F287. Grayscale: #343434. Windows color (decimal): -9958024 or 7867752. OLE color: 7867752.

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

Color convert

RGB10413120-
CMYK0.130.8900.53
HSL291.03º80.45%26.08%-
HSV(B)291.03º89.17%47.06%-
XYZ9.244.5918.17-
YUV52.41166.15164.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=43.88%
G=5.49%
B=50.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104131200.130.8900.53291.0380.4526.08
Hex68D78D59035123501a
Octal150151701513106544312032
Binary110100011011111000110110110010110101100100011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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