#4D023F

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

Shades of Tyrian Purple #4D023F

Tints of Tyrian Purple #4D023F

Color information

#4D023F (or 0x4D023F) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 3F. RGB value is (77,2,63). Sum of RGB (Red+Green+Blue) = 77+2+63=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023F is #B2FDC0. Grayscale: #1F1F1F. Windows color (decimal): -11730369 or 4129357. OLE color: 4129357.

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

Color convert

RGB77263-
CMYK00.970.180.70
HSL311.2º94.94%15.49%-
HSV(B)311.2º97.4%30.2%-
XYZ3.981.984.88-
YUV31.38145.85160.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.23%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 63 (25% from 255) = 44.37%
R=54.23%
G=1.41%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726300.970.180.70311.294.9415.49
Hex4D23F06112461375ff
Octal11527701412210646713717
Binary1001101101111110110000110010100011010011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,63); }

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

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

 a { background-color: rgb(77,2,63); }

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

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

 span { border-color: rgb(77,2,63); }

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