#680264

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

Shades of Purple #680264

Tints of Purple #680264

Color information

#680264 (or 0x680264) is unknown color: approx Purple. HEX triplet: 68, 02 and 64. RGB value is (104,2,100). Sum of RGB (Red+Green+Blue) = 104+2+100=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680264 is #97FD9B. Grayscale: #2B2B2B. Windows color (decimal): -9960860 or 6554216. OLE color: 6554216.

HSL color Cylindrical-coordinate representation of color #680264: hue angle of 302.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680264 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB1042100-
CMYK00.980.040.59
HSL302.35º96.23%20.78%-
HSV(B)302.35º98.08%40.78%-
XYZ8.033.9112.39-
YUV43.67159.79171.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=50.49%
G=0.97%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104210000.980.040.59302.3596.2320.78
Hex6826406243B12e6015
Octal1502144014247345614025
Binary110100010110010001100010100111011100101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680264; }

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

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

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

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

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

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

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

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