#680240

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

Shades of Tyrian Purple #680240

Tints of Tyrian Purple #680240

Color information

#680240 (or 0x680240) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 40. RGB value is (104,2,64). Sum of RGB (Red+Green+Blue) = 104+2+64=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #680240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680240 is #97FDBF. Grayscale: #272727. Windows color (decimal): -9960896 or 4194920. OLE color: 4194920.

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

Color convert

RGB104264-
CMYK00.980.380.59
HSL323.53º96.23%20.78%-
HSV(B)323.53º98.08%40.78%-
XYZ6.663.365.15-
YUV39.57141.79173.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=61.18%
G=1.18%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10426400.980.380.59323.5396.2320.78
Hex68240062263B1446015
Octal15021000142467350414025
Binary110100010100000001100010100110111011101000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680240; }

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

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

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

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

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

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

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

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