#49003C

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

Shades of Tyrian Purple #49003C

Tints of Tyrian Purple #49003C

Color information

#49003C (or 0x49003C) is unknown color: approx Tyrian Purple. HEX triplet: 49, 00 and 3C. RGB value is (73,0,60). Sum of RGB (Red+Green+Blue) = 73+0+60=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003C is #B6FFC3. Grayscale: #1C1C1C. Windows color (decimal): -11993028 or 3932233. OLE color: 3932233.

HSL color Cylindrical-coordinate representation of color #49003C: hue angle of 310.68º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49003C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB73060-
CMYK010.180.71
HSL310.68º100%14.31%-
HSV(B)310.68º100%28.63%-
XYZ3.561.744.42-
YUV28.67145.68159.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=54.89%
G=0%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73060010.180.71310.6810014.31
Hex4903C064124713764e
Octal11107401442210746714416
Binary100100101111000110010010010100011110011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49003C; }

 p { color: rgb(73,0,60); }

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

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

 a { background-color: rgb(73,0,60); }

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

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

 span { border-color: rgb(73,0,60); }

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