#680784

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

Shades of Purple #680784

Tints of Purple #680784

Color information

#680784 (or 0x680784) is unknown color: approx Purple. HEX triplet: 68, 07 and 84. RGB value is (104,7,132). Sum of RGB (Red+Green+Blue) = 104+7+132=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #680784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680784 is #97F87B. Grayscale: #313131. Windows color (decimal): -9959548 or 8652648. OLE color: 8652648.

HSL color Cylindrical-coordinate representation of color #680784: hue angle of 286.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680784 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1047132-
CMYK0.210.9500.48
HSL286.56º89.93%27.25%-
HSV(B)286.56º94.7%51.76%-
XYZ9.954.7622.22-
YUV50.25174.14166.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=42.80%
G=2.88%
B=54.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10471320.210.9500.48286.5689.9327.25
Hex68784155F03011f5a1b
Octal15072042513706043713233
Binary1101000111100001001010110111110110000100011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680784; }

 p { color: rgb(104,7,132); }

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

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

 a { background-color: rgb(104,7,132); }

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

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

 span { border-color: rgb(104,7,132); }

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