Html Css Color HEX #490141 Tyrian Purple

📋 copy color: '#490141'

red 73 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #490141

Tints of Tyrian Purple #490141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 52.52%
G = 0.72%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490141 (or 0x490141) is known color: Tyrian Purple. HEX triplet: 49, 01 and 41. RGB value is (73,1,65). Sum of RGB (Red+Green+Blue) = 73+1+65=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #490141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490141 is #B6FEBE. Grayscale: #1D1D1D. Windows color (decimal): -11992767 or 4260169. OLE color: 4260169.

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

Color convert

RGB 73 1 65 -
CMYK 0 0.99 0.11 0.71
HSL 306.67º 0.97% 0.15% -
HSV(B) 306.67º 0.99% 0.29% -
XYZ 3.71 1.82 5.16 -
YUV 29.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 73 1 65 0 0.99 0.11 0.71 306.67 0.97 0.15
Hex 49 1 41 0 63 B 47 133 61 F
Octal 111 1 101 0 143 13 107 463 141 17
Binary 1001001 1 1000001 0 1100011 1011 1000111 100110011 1100001 1111

Color Harmonies of #490141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490141

Black with #490141

Text Example


Text Example

White with #490141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490141; }

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

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

background-color css

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

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

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

border-color css

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

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

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