#680267

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

Shades of Purple #680267

Tints of Purple #680267

Color information

#680267 (or 0x680267) is unknown color: approx Purple. HEX triplet: 68, 02 and 67. RGB value is (104,2,103). Sum of RGB (Red+Green+Blue) = 104+2+103=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680267 is #97FD98. Grayscale: #2B2B2B. Windows color (decimal): -9960857 or 6750824. OLE color: 6750824.

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

Color convert

RGB1042103-
CMYK00.980.010.59
HSL300.59º96.23%20.78%-
HSV(B)300.59º98.08%40.78%-
XYZ8.183.9713.17-
YUV44.01161.29170.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=49.76%
G=0.96%
B=49.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104210300.980.010.59300.5996.2320.78
Hex6826706213B12d6015
Octal1502147014217345514025
Binary1101000101100111011000101111011100101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680267; }

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

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

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

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

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

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

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

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