#4D053E

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

Shades of Tyrian Purple #4D053E

Tints of Tyrian Purple #4D053E

Color information

#4D053E (or 0x4D053E) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 05 and 3E. RGB value is (77,5,62). Sum of RGB (Red+Green+Blue) = 77+5+62=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053E is #B2FAC1. Grayscale: #202020. Windows color (decimal): -11729602 or 4064589. OLE color: 4064589.

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

Color convert

RGB77562-
CMYK00.940.190.70
HSL312.5º87.8%16.08%-
HSV(B)312.5º93.51%30.2%-
XYZ3.982.034.74-
YUV33.03144.35159.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=53.47%
G=3.47%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7756200.940.190.70312.587.816.08
Hex4D53E05E13461385810
Octal11557601362310647013020
Binary100110110111111001011110100111000110100111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,62); }

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

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

 a { background-color: rgb(77,5,62); }

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

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

 span { border-color: rgb(77,5,62); }

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