#680537

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

Shades of Tyrian Purple #680537

Tints of Tyrian Purple #680537

Color information

#680537 (or 0x680537) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 37. RGB value is (104,5,55). Sum of RGB (Red+Green+Blue) = 104+5+55=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #680537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680537 is #97FAC8. Grayscale: #282828. Windows color (decimal): -9960137 or 3605864. OLE color: 3605864.

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

Color convert

RGB104555-
CMYK00.950.470.59
HSL329.7º90.83%21.37%-
HSV(B)329.7º95.19%40.78%-
XYZ6.453.333.92-
YUV40.3136.3173.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=63.41%
G=3.05%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455500.950.470.59329.790.8321.37
Hex6853705F2F3B14a5b15
Octal1505670137577351213325
Binary110100010111011101011111101111111011101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680537; }

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

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

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

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

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

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

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

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