#49003B

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

Shades of Tyrian Purple #49003B

Tints of Tyrian Purple #49003B

Color information

#49003B (or 0x49003B) is unknown color: approx Tyrian Purple. HEX triplet: 49, 00 and 3B. RGB value is (73,0,59). Sum of RGB (Red+Green+Blue) = 73+0+59=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003B is #B6FFC4. Grayscale: #1C1C1C. Windows color (decimal): -11993029 or 3866697. OLE color: 3866697.

HSL color Cylindrical-coordinate representation of color #49003B: hue angle of 311.51º 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 #49003B is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB73059-
CMYK010.190.71
HSL311.51º100%14.31%-
HSV(B)311.51º100%28.63%-
XYZ3.541.734.29-
YUV28.55145.18159.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=55.30%
G=0%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73059010.190.71311.5110014.31
Hex4903B064134713864e
Octal11107301442310747014416
Binary100100101110110110010010011100011110011100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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