#680A2C

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

Shades of Tyrian Purple #680A2C

Tints of Tyrian Purple #680A2C

Color information

#680A2C (or 0x680A2C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 2C. RGB value is (104,10,44). Sum of RGB (Red+Green+Blue) = 104+10+44=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A2C is #97F5D3. Grayscale: #292929. Windows color (decimal): -9958868 or 2886248. OLE color: 2886248.

HSL color Cylindrical-coordinate representation of color #680A2C: hue angle of 338.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A2C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1041044-
CMYK00.900.580.59
HSL338.3º82.46%22.35%-
HSV(B)338.3º90.38%40.78%-
XYZ6.273.342.7-
YUV41.98129.14172.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=65.82%
G=6.33%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104400.900.580.59338.382.4622.35
Hex68A2C05A3A3B1525216
Octal15012540132727352212226
Binary1101000101010110001011010111010111011101010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,44); }

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

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

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

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

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

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

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