#4E023E

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

Shades of Tyrian Purple #4E023E

Tints of Tyrian Purple #4E023E

Color information

#4E023E (or 0x4E023E) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 02 and 3E. RGB value is (78,2,62). Sum of RGB (Red+Green+Blue) = 78+2+62=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E023E is #B1FDC1. Grayscale: #1F1F1F. Windows color (decimal): -11664834 or 4063822. OLE color: 4063822.

HSL color Cylindrical-coordinate representation of color #4E023E: hue angle of 312.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E023E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB78262-
CMYK00.970.210.69
HSL312.63º95%15.69%-
HSV(B)312.63º97.44%30.59%-
XYZ4.032.014.73-
YUV31.56145.18161.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=54.93%
G=1.41%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7826200.970.210.69312.639515.69
Hex4E23E06115451395f10
Octal11627601412510547113720
Binary10011101011111001100001101011000101100111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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