#4D0042

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

Shades of Tyrian Purple #4D0042

Tints of Tyrian Purple #4D0042

Color information

#4D0042 (or 0x4D0042) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 00 and 42. RGB value is (77,0,66). Sum of RGB (Red+Green+Blue) = 77+0+66=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0042 is #B2FFBD. Grayscale: #1E1E1E. Windows color (decimal): -11730878 or 4325453. OLE color: 4325453.

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

Color convert

RGB77066-
CMYK010.140.70
HSL308.57º100%15.1%-
HSV(B)308.57º100%30.2%-
XYZ4.041.975.32-
YUV30.55148.01161.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77066010.140.70308.5710015.1
Hex4D042064E4613564f
Octal115010201441610646514417
Binary100110101000010011001001110100011010011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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