#890541

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

Shades of Tyrian Purple #890541

Tints of Tyrian Purple #890541

Color information

#890541 (or 0x890541) is unknown color: approx Tyrian Purple. HEX triplet: 89, 05 and 41. RGB value is (137,5,65). Sum of RGB (Red+Green+Blue) = 137+5+65=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890541 is #76FABE. Grayscale: #333333. Windows color (decimal): -7797439 or 4261257. OLE color: 4261257.

HSL color Cylindrical-coordinate representation of color #890541: hue angle of 332.73º degrees, saturation: 0.93, 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 #890541 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB137565-
CMYK00.960.530.46
HSL332.73º92.96%27.84%-
HSV(B)332.73º96.35%53.73%-
XYZ11.325.815.53-
YUV51.31135.73189.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=66.18%
G=2.42%
B=31.40%

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
Decimal13756500.960.530.46332.7392.9627.84
Hex89541060352E14d5d1c
Octal21151010140655651513534
Binary10001001101100000101100000110101101110101001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890541; }

 p { color: rgb(137,5,65); }

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

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

 a { background-color: rgb(137,5,65); }

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

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

 span { border-color: rgb(137,5,65); }

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