Html Css Color HEX #490040 Tyrian Purple

📋 copy color: '#490040'

red 73 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #490040

Tints of Tyrian Purple #490040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 53.28%
G = 0%
B = 46.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#490040 (or 0x490040) is known color: Tyrian Purple. HEX triplet: 49, 00 and 40. RGB value is (73,0,64). Sum of RGB (Red+Green+Blue) = 73+0+64=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #490040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490040 is #B6FFBF. Grayscale: #1C1C1C. Windows color (decimal): -11993024 or 4194377. OLE color: 4194377.

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

Color convert

RGB 73 0 64 -
CMYK 0 1 0.12 0.71
HSL 307.4º 1% 0.14% -
HSV(B) 307.4º 1% 0.29% -
XYZ 3.67 1.79 5 -
YUV 29.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 73 0 64 0 1 0.12 0.71 307.4 1 0.14
Hex 49 0 40 0 64 C 47 133 64 E
Octal 111 0 100 0 144 14 107 463 144 16
Binary 1001001 0 1000000 0 1100100 1100 1000111 100110011 1100100 1110

Color Harmonies of #490040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490040

Black with #490040

Text Example


Text Example

White with #490040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490040; }

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

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

background-color css

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

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

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

border-color css

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

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

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