#680A78

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

Shades of Purple #680A78

Tints of Purple #680A78

Color information

#680A78 (or 0x680A78) is unknown color: approx Purple. HEX triplet: 68, 0A and 78. RGB value is (104,10,120). Sum of RGB (Red+Green+Blue) = 104+10+120=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #680A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A78 is #97F587. Grayscale: #323232. Windows color (decimal): -9958792 or 7866984. OLE color: 7866984.

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

Color convert

RGB10410120-
CMYK0.130.9200.53
HSL291.27º84.62%25.49%-
HSV(B)291.27º91.67%47.06%-
XYZ9.214.5218.16-
YUV50.65167.14166.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=44.44%
G=4.27%
B=51.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104101200.130.9200.53291.2784.6225.49
Hex68A78D5C0351235519
Octal150121701513406544312531
Binary110100010101111000110110111000110101100100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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