#890045

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

Shades of Tyrian Purple #890045

Tints of Tyrian Purple #890045

Color information

#890045 (or 0x890045) is unknown color: approx Tyrian Purple. HEX triplet: 89, 00 and 45. RGB value is (137,0,69). Sum of RGB (Red+Green+Blue) = 137+0+69=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890045 is #76FFBA. Grayscale: #303030. Windows color (decimal): -7798715 or 4522121. OLE color: 4522121.

HSL color Cylindrical-coordinate representation of color #890045: hue angle of 329.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890045 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB137069-
CMYK010.500.46
HSL329.78º100%26.86%-
HSV(B)329.78º100%53.73%-
XYZ11.395.756.14-
YUV48.83139.39190.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=66.50%
G=0%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137069010.500.46329.7810026.86
Hex89045064322E14a641b
Octal21101050144625651214433
Binary100010010100010101100100110010101110101001010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890045; }

 p { color: rgb(137,0,69); }

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

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

 a { background-color: rgb(137,0,69); }

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

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

 span { border-color: rgb(137,0,69); }

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