#490044

Color #490044 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #490044

Tints of Tyrian Purple #490044

Color information

#490044 (or 0x490044) is unknown color: approx Tyrian Purple. HEX triplet: 49, 00 and 44. RGB value is (73,0,68). Sum of RGB (Red+Green+Blue) = 73+0+68=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #490044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490044 is #B6FFBB. Grayscale: #1D1D1D. Windows color (decimal): -11993020 or 4456521. OLE color: 4456521.

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

Color convert

RGB73068-
CMYK010.070.71
HSL304.11º100%14.31%-
HSV(B)304.11º100%28.63%-
XYZ3.791.835.62-
YUV29.58149.68158.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=51.77%
G=0%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73068010.070.71304.1110014.31
Hex4904406474713064e
Octal11101040144710746014416
Binary10010010100010001100100111100011110011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490044; }

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

 H1.HeaderClassName
 {
   color: #490044;
 }
 .AnyTagClassName
 {
   color: #490044;
 }
</style>
background-color css

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

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

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

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

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

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