#680542

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

Shades of Tyrian Purple #680542

Tints of Tyrian Purple #680542

Color information

#680542 (or 0x680542) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 42. RGB value is (104,5,66). Sum of RGB (Red+Green+Blue) = 104+5+66=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680542 is #97FABD. Grayscale: #292929. Windows color (decimal): -9960126 or 4326760. OLE color: 4326760.

HSL color Cylindrical-coordinate representation of color #680542: hue angle of 323.03º 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 #680542 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB104566-
CMYK00.950.370.59
HSL323.03º90.83%21.37%-
HSV(B)323.03º95.19%40.78%-
XYZ6.753.445.46-
YUV41.56141.8172.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=59.43%
G=2.86%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456600.950.370.59323.0390.8321.37
Hex6854205F253B1435b15
Octal15051020137457350313325
Binary1101000101100001001011111100101111011101000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680542; }

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

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

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

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

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

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

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

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