#680544

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

Shades of Tyrian Purple #680544

Tints of Tyrian Purple #680544

Color information

#680544 (or 0x680544) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 44. RGB value is (104,5,68). Sum of RGB (Red+Green+Blue) = 104+5+68=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680544 is #97FABB. Grayscale: #292929. Windows color (decimal): -9960124 or 4457832. OLE color: 4457832.

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

Color convert

RGB104568-
CMYK00.950.350.59
HSL321.82º90.83%21.37%-
HSV(B)321.82º95.19%40.78%-
XYZ6.813.475.78-
YUV41.78142.8172.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=58.76%
G=2.82%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456800.950.350.59321.8290.8321.37
Hex6854405F233B1425b15
Octal15051040137437350213325
Binary1101000101100010001011111100011111011101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680544; }

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

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

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

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

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

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

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

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