#4D0046

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

Shades of Tyrian Purple #4D0046

Tints of Tyrian Purple #4D0046

Color information

#4D0046 (or 0x4D0046) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 00 and 46. RGB value is (77,0,70). Sum of RGB (Red+Green+Blue) = 77+0+70=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0046 is #B2FFB9. Grayscale: #1E1E1E. Windows color (decimal): -11730874 or 4587597. OLE color: 4587597.

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

Color convert

RGB77070-
CMYK010.090.70
HSL305.45º100%15.1%-
HSV(B)305.45º100%30.2%-
XYZ4.172.025.96-
YUV31150.01160.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=52.38%
G=0%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77070010.090.70305.4510015.1
Hex4D04606494613164f
Octal115010601441110646114417
Binary100110101000110011001001001100011010011000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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