#4D0539

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

Shades of Tyrian Purple #4D0539

Tints of Tyrian Purple #4D0539

Color information

#4D0539 (or 0x4D0539) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 05 and 39. RGB value is (77,5,57). Sum of RGB (Red+Green+Blue) = 77+5+57=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0539 is #B2FAC6. Grayscale: #202020. Windows color (decimal): -11729607 or 3736909. OLE color: 3736909.

HSL color Cylindrical-coordinate representation of color #4D0539: hue angle of 316.67º 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 #4D0539 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB77557-
CMYK00.940.260.70
HSL316.67º87.8%16.08%-
HSV(B)316.67º93.51%30.2%-
XYZ3.851.984.05-
YUV32.46141.85159.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=55.40%
G=3.60%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7755700.940.260.70316.6787.816.08
Hex4D53905E1A4613d5810
Octal11557101363210647513020
Binary100110110111100101011110110101000110100111101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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