Html Css Color HEX #49013E Tyrian Purple

📋 copy color: '#49013E'

red 73 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #49013E

Tints of Tyrian Purple #49013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.59%

R = 53.68%
G = 0.74%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49013E (or 0x49013E) is known color: Tyrian Purple. HEX triplet: 49, 01 and 3E. RGB value is (73,1,62). Sum of RGB (Red+Green+Blue) = 73+1+62=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49013E is #B6FEC1. Grayscale: #1D1D1D. Windows color (decimal): -11992770 or 4063561. OLE color: 4063561.

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

Color convert

RGB 73 1 62 -
CMYK 0 0.99 0.15 0.71
HSL 309.17º 0.97% 0.15% -
HSV(B) 309.17º 0.99% 0.29% -
XYZ 3.63 1.79 4.71 -
YUV 29.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 73 1 62 0 0.99 0.15 0.71 309.17 0.97 0.15
Hex 49 1 3E 0 63 F 47 135 61 F
Octal 111 1 76 0 143 17 107 465 141 17
Binary 1001001 1 111110 0 1100011 1111 1000111 100110101 1100001 1111

Color Harmonies of #49013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49013E

Black with #49013E

Text Example


Text Example

White with #49013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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