#680574

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

Shades of Purple #680574

Tints of Purple #680574

Color information

#680574 (or 0x680574) is unknown color: approx Purple. HEX triplet: 68, 05 and 74. RGB value is (104,5,116). Sum of RGB (Red+Green+Blue) = 104+5+116=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #680574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680574 is #97FA8B. Grayscale: #2E2E2E. Windows color (decimal): -9960076 or 7603560. OLE color: 7603560.

HSL color Cylindrical-coordinate representation of color #680574: hue angle of 293.51º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680574 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1045116-
CMYK0.100.9600.55
HSL293.51º91.74%23.73%-
HSV(B)293.51º95.69%45.49%-
XYZ8.924.3116.89-
YUV47.26166.8168.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=46.22%
G=2.22%
B=51.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10451160.100.9600.55293.5191.7423.73
Hex68574A600371265c18
Octal15051641214006744613430
Binary11010001011110100101011000000110111100100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680574; }

 p { color: rgb(104,5,116); }

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

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

 a { background-color: rgb(104,5,116); }

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

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

 span { border-color: rgb(104,5,116); }

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