#4D023E

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

Shades of Tyrian Purple #4D023E

Tints of Tyrian Purple #4D023E

Color information

#4D023E (or 0x4D023E) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 3E. RGB value is (77,2,62). Sum of RGB (Red+Green+Blue) = 77+2+62=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023E is #B2FDC1. Grayscale: #1F1F1F. Windows color (decimal): -11730370 or 4063821. OLE color: 4063821.

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

Color convert

RGB77262-
CMYK00.970.190.70
HSL312º94.94%15.49%-
HSV(B)312º97.4%30.2%-
XYZ3.951.974.73-
YUV31.26145.35160.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.61%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=54.61%
G=1.42%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726200.970.190.7031294.9415.49
Hex4D23E06113461385ff
Octal11527601412310647013717
Binary1001101101111100110000110011100011010011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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