#490540

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

Shades of Tyrian Purple #490540

Tints of Tyrian Purple #490540

Color information

#490540 (or 0x490540) is unknown color: approx Tyrian Purple. HEX triplet: 49, 05 and 40. RGB value is (73,5,64). Sum of RGB (Red+Green+Blue) = 73+5+64=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #490540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490540 is #B6FABF. Grayscale: #1F1F1F. Windows color (decimal): -11991744 or 4195657. OLE color: 4195657.

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

Color convert

RGB73564-
CMYK00.930.120.71
HSL307.94º87.18%15.29%-
HSV(B)307.94º93.15%28.63%-
XYZ3.731.95.02-
YUV32.06146.03157.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=51.41%
G=3.52%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7356400.930.120.71307.9487.1815.29
Hex4954005DC4713457f
Octal111510001351410746412717
Binary10010011011000000010111011100100011110011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490540; }

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

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

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

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

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

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

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

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