#680268

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

Shades of Purple #680268

Tints of Purple #680268

Color information

#680268 (or 0x680268) is unknown color: approx Purple. HEX triplet: 68, 02 and 68. RGB value is (104,2,104). Sum of RGB (Red+Green+Blue) = 104+2+104=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680268 is #97FD97. Grayscale: #2B2B2B. Windows color (decimal): -9960856 or 6816360. OLE color: 6816360.

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

Color convert

RGB1042104-
CMYK00.9800.59
HSL300º96.23%20.78%-
HSV(B)300º98.08%40.78%-
XYZ8.233.9913.43-
YUV44.13161.79170.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=49.52%
G=0.95%
B=49.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104210400.9800.5930096.2320.78
Hex6826806203B12c6015
Octal1502150014207345414025
Binary1101000101101000011000100111011100101100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680268; }

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

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

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

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

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

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

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

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