Html Css Color HEX #490039 Tyrian Purple

📋 copy color: '#490039'

red 73 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #490039

Tints of Tyrian Purple #490039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 56.15%
G = 0%
B = 43.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#490039 (or 0x490039) is known color: Tyrian Purple. HEX triplet: 49, 00 and 39. RGB value is (73,0,57). Sum of RGB (Red+Green+Blue) = 73+0+57=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490039 is #B6FFC6. Grayscale: #1C1C1C. Windows color (decimal): -11993031 or 3735625. OLE color: 3735625.

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

Color convert

RGB 73 0 57 -
CMYK 0 1 0.22 0.71
HSL 313.15º 1% 0.14% -
HSV(B) 313.15º 1% 0.29% -
XYZ 3.49 1.71 4.02 -
YUV 28.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 73 0 57 0 1 0.22 0.71 313.15 1 0.14
Hex 49 0 39 0 64 16 47 139 64 E
Octal 111 0 71 0 144 26 107 471 144 16
Binary 1001001 0 111001 0 1100100 10110 1000111 100111001 1100100 1110

Color Harmonies of #490039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490039

Black with #490039

Text Example


Text Example

White with #490039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490039; }

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

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

background-color css

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

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

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

border-color css

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

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

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