#680e30

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

Shades of Tyrian Purple #680E30

Tints of Tyrian Purple #680E30

Color information

#680E30 (or 0x680E30) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0E and 30. RGB value is (104,14,48). Sum of RGB (Red+Green+Blue) = 104+14+48=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #680E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E30 is #97F1CF. Grayscale: #2C2C2C. Windows color (decimal): -9957840 or 3149416. OLE color: 3149416.

HSL color Cylindrical-coordinate representation of color #680E30: hue angle of 337.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 #680E30 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1041448-
CMYK00.870.540.59
HSL337.33º76.27%23.14%-
HSV(B)337.33º86.54%40.78%-
XYZ6.43.473.13-
YUV44.79129.82170.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=62.65%
G=8.43%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104144800.870.540.59337.3376.2723.14
Hex68E30057363B1514c17
Octal15016600127667352111427
Binary1101000111011000001010111110110111011101010001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680e30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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