#680538

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

Shades of Tyrian Purple #680538

Tints of Tyrian Purple #680538

Color information

#680538 (or 0x680538) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 38. RGB value is (104,5,56). Sum of RGB (Red+Green+Blue) = 104+5+56=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #680538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680538 is #97FAC7. Grayscale: #282828. Windows color (decimal): -9960136 or 3671400. OLE color: 3671400.

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

Color convert

RGB104556-
CMYK00.950.460.59
HSL329.09º90.83%21.37%-
HSV(B)329.09º95.19%40.78%-
XYZ6.483.344.04-
YUV40.42136.8173.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=63.03%
G=3.03%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455600.950.460.59329.0990.8321.37
Hex6853805F2E3B1495b15
Octal1505700137567351113325
Binary110100010111100001011111101110111011101001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680538; }

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

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

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

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

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

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

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

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