#4D043C

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

Shades of Tyrian Purple #4D043C

Tints of Tyrian Purple #4D043C

Color information

#4D043C (or 0x4D043C) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 04 and 3C. RGB value is (77,4,60). Sum of RGB (Red+Green+Blue) = 77+4+60=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D043C is #B2FBC3. Grayscale: #202020. Windows color (decimal): -11729860 or 3933261. OLE color: 3933261.

HSL color Cylindrical-coordinate representation of color #4D043C: hue angle of 313.97º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D043C is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB77460-
CMYK00.950.220.70
HSL313.97º90.12%15.88%-
HSV(B)313.97º94.81%30.2%-
XYZ3.921.994.45-
YUV32.21143.68159.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.61%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=54.61%
G=2.84%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7746000.950.220.70313.9790.1215.88
Hex4D43C05F164613a5a10
Octal11547401372610647213220
Binary100110110011110001011111101101000110100111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D043C; }

 p { color: rgb(77,4,60); }

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

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

 a { background-color: rgb(77,4,60); }

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

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

 span { border-color: rgb(77,4,60); }

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