#4E0238

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

Shades of Tyrian Purple #4E0238

Tints of Tyrian Purple #4E0238

Color information

#4E0238 (or 0x4E0238) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 02 and 38. RGB value is (78,2,56). Sum of RGB (Red+Green+Blue) = 78+2+56=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0238 is #B1FDC7. Grayscale: #1E1E1E. Windows color (decimal): -11664840 or 3670606. OLE color: 3670606.

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

Color convert

RGB78256-
CMYK00.970.280.69
HSL317.37º95%15.69%-
HSV(B)317.37º97.44%30.59%-
XYZ3.881.953.91-
YUV30.88142.18161.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 57.35%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=57.35%
G=1.47%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7825600.970.280.69317.379515.69
Hex4E2380611C4513d5f10
Octal11627001413410547513720
Binary10011101011100001100001111001000101100111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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