Html Css Color HEX #49013D Tyrian Purple

📋 copy color: '#49013D'

red 73 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #49013D

Tints of Tyrian Purple #49013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 54.07%
G = 0.74%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49013D (or 0x49013D) is known color: Tyrian Purple. HEX triplet: 49, 01 and 3D. RGB value is (73,1,61). Sum of RGB (Red+Green+Blue) = 73+1+61=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49013D is #B6FEC2. Grayscale: #1D1D1D. Windows color (decimal): -11992771 or 3998025. OLE color: 3998025.

HSL color Cylindrical-coordinate representation of color #49013D: hue angle of 310º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49013D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 61 -
CMYK 0 0.99 0.16 0.71
HSL 310º 0.97% 0.15% -
HSV(B) 310º 0.99% 0.29% -
XYZ 3.6 1.78 4.57 -
YUV 29.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 73 1 61 0 0.99 0.16 0.71 310 0.97 0.15
Hex 49 1 3D 0 63 10 47 136 61 F
Octal 111 1 75 0 143 20 107 466 141 17
Binary 1001001 1 111101 0 1100011 10000 1000111 100110110 1100001 1111

Color Harmonies of #49013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49013D

Black with #49013D

Text Example


Text Example

White with #49013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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