Html Css Color HEX #49043F Tyrian Purple

📋 copy color: '#49043F'

red 73 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #49043F

Tints of Tyrian Purple #49043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 63 (25% from 255) = 45%

R = 52.14%
G = 2.86%
B = 45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49043F (or 0x49043F) is known color: Tyrian Purple. HEX triplet: 49, 04 and 3F. RGB value is (73,4,63). Sum of RGB (Red+Green+Blue) = 73+4+63=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49043F is #B6FBC0. Grayscale: #1F1F1F. Windows color (decimal): -11992001 or 4129865. OLE color: 4129865.

HSL color Cylindrical-coordinate representation of color #49043F: hue angle of 308.7º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49043F is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 63 -
CMYK 0 0.95 0.14 0.71
HSL 308.7º 0.9% 0.15% -
HSV(B) 308.7º 0.95% 0.29% -
XYZ 3.69 1.86 4.87 -
YUV 31.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 73 4 63 0 0.95 0.14 0.71 308.7 0.9 0.15
Hex 49 4 3F 0 5F E 47 135 5A F
Octal 111 4 77 0 137 16 107 465 132 17
Binary 1001001 100 111111 0 1011111 1110 1000111 100110101 1011010 1111

Color Harmonies of #49043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49043F

Black with #49043F

Text Example


Text Example

White with #49043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49043F; }

 p { color: rgb(73,4,63); }

 H1.HeaderClassName
 {
   color: #49043F;
 }
 .AnyTagClassName
 {
   color: #49043F;
 }
</style>

background-color css

<style>
 a { background-color: #49043F; }

 a { background-color: rgb(73,4,63); }

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

border-color css

<style>
 span { border-color: #49043F; }

 span { border-color: rgb(73,4,63); }

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