#680263

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

Shades of Purple #680263

Tints of Purple #680263

Color information

#680263 (or 0x680263) is unknown color: approx Purple. HEX triplet: 68, 02 and 63. RGB value is (104,2,99). Sum of RGB (Red+Green+Blue) = 104+2+99=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680263 is #97FD9C. Grayscale: #2B2B2B. Windows color (decimal): -9960861 or 6488680. OLE color: 6488680.

HSL color Cylindrical-coordinate representation of color #680263: hue angle of 302.94º 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 #680263 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB104299-
CMYK00.980.050.59
HSL302.94º96.23%20.78%-
HSV(B)302.94º98.08%40.78%-
XYZ7.983.8912.13-
YUV43.56159.29171.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=50.73%
G=0.98%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10429900.980.050.59302.9496.2320.78
Hex6826306253B12f6015
Octal1502143014257345714025
Binary110100010110001101100010101111011100101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680263; }

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

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

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

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

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

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

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

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