#680940

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

Shades of Tyrian Purple #680940

Tints of Tyrian Purple #680940

Color information

#680940 (or 0x680940) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 40. RGB value is (104,9,64). Sum of RGB (Red+Green+Blue) = 104+9+64=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680940 is #97F6BF. Grayscale: #2B2B2B. Windows color (decimal): -9959104 or 4196712. OLE color: 4196712.

HSL color Cylindrical-coordinate representation of color #680940: hue angle of 325.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680940 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB104964-
CMYK00.910.380.59
HSL325.26º84.07%22.16%-
HSV(B)325.26º91.35%40.78%-
XYZ6.733.515.17-
YUV43.68139.47171.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=58.76%
G=5.08%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496400.910.380.59325.2684.0722.16
Hex6894005B263B1455416
Octal150111000133467350512426
Binary11010001001100000001011011100110111011101000101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680940; }

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

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

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

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

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

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

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

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