#680D40

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

Shades of Tyrian Purple #680D40

Tints of Tyrian Purple #680D40

Color information

#680D40 (or 0x680D40) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0D and 40. RGB value is (104,13,64). Sum of RGB (Red+Green+Blue) = 104+13+64=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D40 is #97F2BF. Grayscale: #2D2D2D. Windows color (decimal): -9958080 or 4197736. OLE color: 4197736.

HSL color Cylindrical-coordinate representation of color #680D40: hue angle of 326.37º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D40 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1041364-
CMYK00.880.380.59
HSL326.37º77.78%22.94%-
HSV(B)326.37º87.5%40.78%-
XYZ6.783.65.19-
YUV46.02138.15169.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=57.46%
G=7.18%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104136400.880.380.59326.3777.7822.94
Hex68D40058263B1464e17
Octal150151000130467350611627
Binary11010001101100000001011000100110111011101000110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D40; }

 p { color: rgb(104,13,64); }

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

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

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

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

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

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

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