#680364

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

Shades of Purple #680364

Tints of Purple #680364

Color information

#680364 (or 0x680364) is unknown color: approx Purple. HEX triplet: 68, 03 and 64. RGB value is (104,3,100). Sum of RGB (Red+Green+Blue) = 104+3+100=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680364 is #97FC9B. Grayscale: #2B2B2B. Windows color (decimal): -9960604 or 6554472. OLE color: 6554472.

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

Color convert

RGB1043100-
CMYK00.970.040.59
HSL302.38º94.39%20.98%-
HSV(B)302.38º97.12%40.78%-
XYZ8.043.9312.39-
YUV44.26159.46170.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 100 (39.45% from 255) = 48.31%
R=50.24%
G=1.45%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104310000.970.040.59302.3894.3920.98
Hex6836406143B12e5e15
Octal1503144014147345613625
Binary110100011110010001100001100111011100101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680364; }

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

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

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

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

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

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

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

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