#680570

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

Shades of Purple #680570

Tints of Purple #680570

Color information

#680570 (or 0x680570) is unknown color: approx Purple. HEX triplet: 68, 05 and 70. RGB value is (104,5,112). Sum of RGB (Red+Green+Blue) = 104+5+112=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #680570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680570 is #97FA8F. Grayscale: #2E2E2E. Windows color (decimal): -9960080 or 7341416. OLE color: 7341416.

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

Color convert

RGB1045112-
CMYK0.070.9600.56
HSL295.51º91.45%22.94%-
HSV(B)295.51º95.54%43.92%-
XYZ8.694.2215.69-
YUV46.8164.8168.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=47.06%
G=2.26%
B=50.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10451120.070.9600.56295.5191.4522.94
Hex685707600381285b17
Octal1505160714007045013327
Binary1101000101111000011111000000111000100101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680570; }

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

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

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

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

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

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

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

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