#890640

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

Shades of Tyrian Purple #890640

Tints of Tyrian Purple #890640

Color information

#890640 (or 0x890640) is unknown color: approx Tyrian Purple. HEX triplet: 89, 06 and 40. RGB value is (137,6,64). Sum of RGB (Red+Green+Blue) = 137+6+64=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890640 is #76F9BF. Grayscale: #333333. Windows color (decimal): -7797184 or 4195977. OLE color: 4195977.

HSL color Cylindrical-coordinate representation of color #890640: hue angle of 333.44º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890640 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB137664-
CMYK00.960.530.46
HSL333.44º91.61%28.04%-
HSV(B)333.44º95.62%53.73%-
XYZ11.315.825.38-
YUV51.78134.9188.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=66.18%
G=2.90%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13766400.960.530.46333.4491.6128.04
Hex89640060352E14d5c1c
Octal21161000140655651513434
Binary10001001110100000001100000110101101110101001101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890640; }

 p { color: rgb(137,6,64); }

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

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

 a { background-color: rgb(137,6,64); }

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

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

 span { border-color: rgb(137,6,64); }

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