#680A70

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

Shades of Purple #680A70

Tints of Purple #680A70

Color information

#680A70 (or 0x680A70) is unknown color: approx Purple. HEX triplet: 68, 0A and 70. RGB value is (104,10,112). Sum of RGB (Red+Green+Blue) = 104+10+112=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #680A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A70 is #97F58F. Grayscale: #313131. Windows color (decimal): -9958800 or 7342696. OLE color: 7342696.

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

Color convert

RGB10410112-
CMYK0.070.9100.56
HSL295.29º83.61%23.92%-
HSV(B)295.29º91.07%43.92%-
XYZ8.744.3315.7-
YUV49.73163.14166.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=46.02%
G=4.42%
B=49.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104101120.070.9100.56295.2983.6123.92
Hex68A7075B0381275418
Octal15012160713307044712430
Binary11010001010111000011110110110111000100100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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