Html Css Color HEX #49003D Tyrian Purple

📋 copy color: '#49003D'

red 73 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #49003D

Tints of Tyrian Purple #49003D

RGB

 RED value IS 73 (28.91% from 255) = 54.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 54.48%
G = 0%
B = 45.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49003D (or 0x49003D) is known color: Tyrian Purple. HEX triplet: 49, 00 and 3D. RGB value is (73,0,61). Sum of RGB (Red+Green+Blue) = 73+0+61=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49003D is #B6FFC2. Grayscale: #1C1C1C. Windows color (decimal): -11993027 or 3997769. OLE color: 3997769.

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

Color convert

RGB 73 0 61 -
CMYK 0 1 0.16 0.71
HSL 309.86º 1% 0.14% -
HSV(B) 309.86º 1% 0.29% -
XYZ 3.59 1.75 4.56 -
YUV 28.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 73 0 61 0 1 0.16 0.71 309.86 1 0.14
Hex 49 0 3D 0 64 10 47 136 64 E
Octal 111 0 75 0 144 20 107 466 144 16
Binary 1001001 0 111101 0 1100100 10000 1000111 100110110 1100100 1110

Color Harmonies of #49003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49003D

Black with #49003D

Text Example


Text Example

White with #49003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49003D;
 }
 .AnyTagClassName
 {
   color: #49003D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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