#4D0047

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

Shades of Tyrian Purple #4D0047

Tints of Tyrian Purple #4D0047

Color information

#4D0047 (or 0x4D0047) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 00 and 47. RGB value is (77,0,71). Sum of RGB (Red+Green+Blue) = 77+0+71=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0047 is #B2FFB8. Grayscale: #1E1E1E. Windows color (decimal): -11730873 or 4653133. OLE color: 4653133.

HSL color Cylindrical-coordinate representation of color #4D0047: hue angle of 304.68º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0047 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB77071-
CMYK010.080.70
HSL304.68º100%15.1%-
HSV(B)304.68º100%30.2%-
XYZ4.22.036.13-
YUV31.12150.51160.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=52.03%
G=0%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77071010.080.70304.6810015.1
Hex4D04706484613164f
Octal115010701441010646114417
Binary100110101000111011001001000100011010011000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,0,71); }

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

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

 a { background-color: rgb(77,0,71); }

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

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

 span { border-color: rgb(77,0,71); }

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