Html Css Color HEX #49033D Tyrian Purple

📋 copy color: '#49033D'

red 73 ◦ green 3 ◦ blue 61

#49033D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #49033D

Tints of Tyrian Purple #49033D

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 value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49033D (or 0x49033D) is known color: 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

RGB 73 3 61 -
CMYK 0 0.96 0.16 0.71
HSL 310.29º 0.92% 0.15% -
HSV(B) 310.29º 0.96% 0.29% -
XYZ 3.62 1.82 4.57 -
YUV 30.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 73 3 61 0 0.96 0.16 0.71 310.29 0.92 0.15
Hex 49 3 3D 0 60 10 47 136 5C F
Octal 111 3 75 0 140 20 107 466 134 17
Binary 1001001 11 111101 0 1100000 10000 1000111 100110110 1011100 1111

Color Harmonies of #49033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49033D

Black with #49033D

Text Example


Text Example

White with #49033D

Text Example


Text Example

HTML Codes & Css Web 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>