#680E36

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

Shades of Tyrian Purple #680E36

Tints of Tyrian Purple #680E36

Color information

#680E36 (or 0x680E36) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0E and 36. RGB value is (104,14,54). Sum of RGB (Red+Green+Blue) = 104+14+54=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #680E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E36 is #97F1C9. Grayscale: #2D2D2D. Windows color (decimal): -9957834 or 3542632. OLE color: 3542632.

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

Color convert

RGB1041454-
CMYK00.870.480.59
HSL333.33º76.27%23.14%-
HSV(B)333.33º86.54%40.78%-
XYZ6.533.523.83-
YUV45.47132.82169.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=60.47%
G=8.14%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104145400.870.480.59333.3376.2723.14
Hex68E36057303B14d4c17
Octal15016660127607351511427
Binary1101000111011011001010111110000111011101001101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,14,54); }

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

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

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

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

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

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

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