Html Css Color HEX #490241 Tyrian Purple

📋 copy color: '#490241'

red 73 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #490241

Tints of Tyrian Purple #490241

RGB

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

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

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

R = 52.14%
G = 1.43%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490241 (or 0x490241) is known color: Tyrian Purple. HEX triplet: 49, 02 and 41. RGB value is (73,2,65). Sum of RGB (Red+Green+Blue) = 73+2+65=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #490241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490241 is #B6FDBE. Grayscale: #1E1E1E. Windows color (decimal): -11992511 or 4260425. OLE color: 4260425.

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

Color convert

RGB 73 2 65 -
CMYK 0 0.97 0.11 0.71
HSL 306.76º 0.95% 0.15% -
HSV(B) 306.76º 0.97% 0.29% -
XYZ 3.72 1.84 5.16 -
YUV 30.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 73 2 65 0 0.97 0.11 0.71 306.76 0.95 0.15
Hex 49 2 41 0 61 B 47 133 5F F
Octal 111 2 101 0 141 13 107 463 137 17
Binary 1001001 10 1000001 0 1100001 1011 1000111 100110011 1011111 1111

Color Harmonies of #490241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490241

Black with #490241

Text Example


Text Example

White with #490241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490241; }

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

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

background-color css

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

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

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

border-color css

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

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

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