#49033D

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

Shades of Tyrian Purple #49033D

Tints of Tyrian Purple #49033D

Color information

#49033D (or 0x49033D) is unknown color: approx Tyrian Purple. HEX triplet: 49, 03 and 3D. RGB value is (73,3,61). Sum of RGB (Red+Green+Blue) = 73+3+61=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49033D is #B6FCC2. Grayscale: #1E1E1E. Windows color (decimal): -11992259 or 3998537. OLE color: 3998537.

HSL color Cylindrical-coordinate representation of color #49033D: hue angle of 310.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49033D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB73361-
CMYK00.960.160.71
HSL310.29º92.11%14.9%-
HSV(B)310.29º95.89%28.63%-
XYZ3.621.824.57-
YUV30.54145.19158.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=53.28%
G=2.19%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336100.960.160.71310.2992.1114.9
Hex4933D06010471365cf
Octal11137501402010746613417
Binary1001001111111010110000010000100011110011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49033D; }

 p { color: rgb(73,3,61); }

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

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

 a { background-color: rgb(73,3,61); }

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

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

 span { border-color: rgb(73,3,61); }

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