#680271

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

Shades of Purple #680271

Tints of Purple #680271

Color information

#680271 (or 0x680271) is unknown color: approx Purple. HEX triplet: 68, 02 and 71. RGB value is (104,2,113). Sum of RGB (Red+Green+Blue) = 104+2+113=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #680271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680271 is #97FD8E. Grayscale: #2C2C2C. Windows color (decimal): -9960847 or 7406184. OLE color: 7406184.

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

Color convert

RGB1042113-
CMYK0.080.9800.56
HSL295.14º96.52%22.55%-
HSV(B)295.14º98.23%44.31%-
XYZ8.714.1815.97-
YUV45.15166.29169.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=47.49%
G=0.91%
B=51.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10421130.080.9800.56295.1496.5222.55
Hex682718620381276117
Octal15021611014207044714127
Binary1101000101110001100011000100111000100100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680271; }

 p { color: rgb(104,2,113); }

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

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

 a { background-color: rgb(104,2,113); }

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

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

 span { border-color: rgb(104,2,113); }

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