#680770

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

Shades of Purple #680770

Tints of Purple #680770

Color information

#680770 (or 0x680770) is unknown color: approx Purple. HEX triplet: 68, 07 and 70. RGB value is (104,7,112). Sum of RGB (Red+Green+Blue) = 104+7+112=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #680770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680770 is #97F88F. Grayscale: #2F2F2F. Windows color (decimal): -9959568 or 7341928. OLE color: 7341928.

HSL color Cylindrical-coordinate representation of color #680770: hue angle of 295.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680770 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1047112-
CMYK0.070.9400.56
HSL295.43º88.24%23.33%-
HSV(B)295.43º93.75%43.92%-
XYZ8.714.2615.69-
YUV47.97164.14167.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=46.64%
G=3.14%
B=50.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10471120.070.9400.56295.4388.2423.33
Hex6877075E0381275817
Octal1507160713607044713027
Binary1101000111111000011110111100111000100100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680770; }

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

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

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

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

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

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

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

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