#680140

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

Shades of Tyrian Purple #680140

Tints of Tyrian Purple #680140

Color information

#680140 (or 0x680140) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 40. RGB value is (104,1,64). Sum of RGB (Red+Green+Blue) = 104+1+64=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #680140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680140 is #97FEBF. Grayscale: #262626. Windows color (decimal): -9961152 or 4194664. OLE color: 4194664.

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

Color convert

RGB104164-
CMYK00.990.380.59
HSL323.3º98.1%20.59%-
HSV(B)323.3º99.04%40.78%-
XYZ6.653.335.14-
YUV38.98142.12174.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=61.54%
G=0.59%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10416400.990.380.59323.398.120.59
Hex68140063263B1436215
Octal15011000143467350314225
Binary11010001100000001100011100110111011101000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680140; }

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

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

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

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

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

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

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

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