Html Css Color HEX #49023F Tyrian Purple

📋 copy color: '#49023F'

red 73 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #49023F

Tints of Tyrian Purple #49023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

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

R = 52.9%
G = 1.45%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49023F (or 0x49023F) is known color: Tyrian Purple. HEX triplet: 49, 02 and 3F. RGB value is (73,2,63). Sum of RGB (Red+Green+Blue) = 73+2+63=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49023F is #B6FDC0. Grayscale: #1E1E1E. Windows color (decimal): -11992513 or 4129353. OLE color: 4129353.

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

Color convert

RGB 73 2 63 -
CMYK 0 0.97 0.14 0.71
HSL 308.45º 0.95% 0.15% -
HSV(B) 308.45º 0.97% 0.29% -
XYZ 3.67 1.82 4.86 -
YUV 30.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 73 2 63 0 0.97 0.14 0.71 308.45 0.95 0.15
Hex 49 2 3F 0 61 E 47 134 5F F
Octal 111 2 77 0 141 16 107 464 137 17
Binary 1001001 10 111111 0 1100001 1110 1000111 100110100 1011111 1111

Color Harmonies of #49023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49023F

Black with #49023F

Text Example


Text Example

White with #49023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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