#490140

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

Shades of Tyrian Purple #490140

Tints of Tyrian Purple #490140

Color information

#490140 (or 0x490140) is unknown color: approx Tyrian Purple. HEX triplet: 49, 01 and 40. RGB value is (73,1,64). Sum of RGB (Red+Green+Blue) = 73+1+64=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #490140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490140 is #B6FEBF. Grayscale: #1D1D1D. Windows color (decimal): -11992768 or 4194633. OLE color: 4194633.

HSL color Cylindrical-coordinate representation of color #490140: hue angle of 307.5º 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 #490140 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB73164-
CMYK00.990.120.71
HSL307.5º97.3%14.51%-
HSV(B)307.5º98.63%28.63%-
XYZ3.681.815.01-
YUV29.71147.35158.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=52.90%
G=0.72%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316400.990.120.71307.597.314.51
Hex49140063C4713461f
Octal111110001431410746414117
Binary100100111000000011000111100100011110011010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490140; }

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

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

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

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

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

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

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

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