#490141

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

Shades of Tyrian Purple #490141

Tints of Tyrian Purple #490141

Color information

#490141 (or 0x490141) is unknown color: approx Tyrian Purple. HEX triplet: 49, 01 and 41. RGB value is (73,1,65). Sum of RGB (Red+Green+Blue) = 73+1+65=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #490141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490141 is #B6FEBE. Grayscale: #1D1D1D. Windows color (decimal): -11992767 or 4260169. OLE color: 4260169.

HSL color Cylindrical-coordinate representation of color #490141: hue angle of 306.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490141 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB73165-
CMYK00.990.110.71
HSL306.67º97.3%14.51%-
HSV(B)306.67º98.63%28.63%-
XYZ3.711.825.16-
YUV29.82147.85158.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=52.52%
G=0.72%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316500.990.110.71306.6797.314.51
Hex49141063B4713361f
Octal111110101431310746314117
Binary100100111000001011000111011100011110011001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490141; }

 p { color: rgb(73,1,65); }

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

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

 a { background-color: rgb(73,1,65); }

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

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

 span { border-color: rgb(73,1,65); }

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