#49003E

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

Shades of Tyrian Purple #49003E

Tints of Tyrian Purple #49003E

Color information

#49003E (or 0x49003E) is unknown color: approx Tyrian Purple. HEX triplet: 49, 00 and 3E. RGB value is (73,0,62). Sum of RGB (Red+Green+Blue) = 73+0+62=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003E is #B6FFC1. Grayscale: #1C1C1C. Windows color (decimal): -11993026 or 4063305. OLE color: 4063305.

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

Color convert

RGB73062-
CMYK010.150.71
HSL309.04º100%14.31%-
HSV(B)309.04º100%28.63%-
XYZ3.621.764.71-
YUV28.9146.68159.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=54.07%
G=0%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73062010.150.71309.0410014.31
Hex4903E064F4713564e
Octal11107601441710746514416
Binary10010010111110011001001111100011110011010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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