Html Css Color HEX #490041 Tyrian Purple

📋 copy color: '#490041'

red 73 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #490041

Tints of Tyrian Purple #490041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.9%
G = 0%
B = 47.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#490041 (or 0x490041) is known color: Tyrian Purple. HEX triplet: 49, 00 and 41. RGB value is (73,0,65). Sum of RGB (Red+Green+Blue) = 73+0+65=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #490041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490041 is #B6FFBE. Grayscale: #1D1D1D. Windows color (decimal): -11993023 or 4259913. OLE color: 4259913.

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

Color convert

RGB 73 0 65 -
CMYK 0 1 0.11 0.71
HSL 306.58º 1% 0.14% -
HSV(B) 306.58º 1% 0.29% -
XYZ 3.7 1.8 5.15 -
YUV 29.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 73 0 65 0 1 0.11 0.71 306.58 1 0.14
Hex 49 0 41 0 64 B 47 133 64 E
Octal 111 0 101 0 144 13 107 463 144 16
Binary 1001001 0 1000001 0 1100100 1011 1000111 100110011 1100100 1110

Color Harmonies of #490041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490041

Black with #490041

Text Example


Text Example

White with #490041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490041; }

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

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

background-color css

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

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

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

border-color css

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

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

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