#4E023C

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

Shades of Tyrian Purple #4E023C

Tints of Tyrian Purple #4E023C

Color information

#4E023C (or 0x4E023C) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 02 and 3C. RGB value is (78,2,60). Sum of RGB (Red+Green+Blue) = 78+2+60=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E023C is #B1FDC3. Grayscale: #1F1F1F. Windows color (decimal): -11664836 or 3932750. OLE color: 3932750.

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

Color convert

RGB78260-
CMYK00.970.230.69
HSL314.21º95%15.69%-
HSV(B)314.21º97.44%30.59%-
XYZ3.981.994.45-
YUV31.34144.18161.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=55.71%
G=1.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7826000.970.230.69314.219515.69
Hex4E23C061174513a5f10
Octal11627401412710547213720
Binary10011101011110001100001101111000101100111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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