#49013C

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

Shades of Tyrian Purple #49013C

Tints of Tyrian Purple #49013C

Color information

#49013C (or 0x49013C) is unknown color: approx Tyrian Purple. HEX triplet: 49, 01 and 3C. RGB value is (73,1,60). Sum of RGB (Red+Green+Blue) = 73+1+60=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49013C is #B6FEC3. Grayscale: #1D1D1D. Windows color (decimal): -11992772 or 3932489. OLE color: 3932489.

HSL color Cylindrical-coordinate representation of color #49013C: hue angle of 310.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49013C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB73160-
CMYK00.990.180.71
HSL310.83º97.3%14.51%-
HSV(B)310.83º98.63%28.63%-
XYZ3.571.764.43-
YUV29.25145.35159.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=54.48%
G=0.75%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316000.990.180.71310.8397.314.51
Hex4913C063124713761f
Octal11117401432210746714117
Binary100100111111000110001110010100011110011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49013C; }

 p { color: rgb(73,1,60); }

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

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

 a { background-color: rgb(73,1,60); }

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

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

 span { border-color: rgb(73,1,60); }

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