#680E50

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

Shades of Tyrian Purple #680E50

Tints of Tyrian Purple #680E50

Color information

#680E50 (or 0x680E50) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0E and 50. RGB value is (104,14,80). Sum of RGB (Red+Green+Blue) = 104+14+80=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E50 is #97F1AF. Grayscale: #303030. Windows color (decimal): -9957808 or 5246568. OLE color: 5246568.

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

Color convert

RGB1041480-
CMYK00.870.230.59
HSL316º76.27%23.14%-
HSV(B)316º86.54%40.78%-
XYZ7.313.847.94-
YUV48.43145.82167.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=52.53%
G=7.07%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104148000.870.230.5931676.2723.14
Hex68E50057173B13c4c17
Octal150161200127277347411427
Binary1101000111010100000101011110111111011100111100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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