#680540

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

Shades of Tyrian Purple #680540

Tints of Tyrian Purple #680540

Color information

#680540 (or 0x680540) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 40. RGB value is (104,5,64). Sum of RGB (Red+Green+Blue) = 104+5+64=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680540 is #97FABF. Grayscale: #292929. Windows color (decimal): -9960128 or 4195688. OLE color: 4195688.

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

Color convert

RGB104564-
CMYK00.950.380.59
HSL324.24º90.83%21.37%-
HSV(B)324.24º95.19%40.78%-
XYZ6.693.425.16-
YUV41.33140.8172.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=60.12%
G=2.89%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456400.950.380.59324.2490.8321.37
Hex6854005F263B1445b15
Octal15051000137467350413325
Binary1101000101100000001011111100110111011101000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680540; }

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

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

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

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

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

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

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

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