#4E0135

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

Shades of Tyrian Purple #4E0135

Tints of Tyrian Purple #4E0135

Color information

#4E0135 (or 0x4E0135) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 01 and 35. RGB value is (78,1,53). Sum of RGB (Red+Green+Blue) = 78+1+53=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0135 is #B1FECA. Grayscale: #1D1D1D. Windows color (decimal): -11665099 or 3473742. OLE color: 3473742.

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

Color convert

RGB78153-
CMYK00.990.320.69
HSL319.48º97.47%15.49%-
HSV(B)319.48º98.72%30.59%-
XYZ3.81.93.53-
YUV29.95141.01162.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=59.09%
G=0.76%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7815300.990.320.69319.4897.4715.49
Hex4E135063204513f61f
Octal11616501434010547714117
Binary1001110111010101100011100000100010110011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,53); }

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

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

 a { background-color: rgb(78,1,53); }

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

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

 span { border-color: rgb(78,1,53); }

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