#4E0234

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

Shades of Tyrian Purple #4E0234

Tints of Tyrian Purple #4E0234

Color information

#4E0234 (or 0x4E0234) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 02 and 34. RGB value is (78,2,52). Sum of RGB (Red+Green+Blue) = 78+2+52=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0234 is #B1FDCB. Grayscale: #1E1E1E. Windows color (decimal): -11664844 or 3408462. OLE color: 3408462.

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

Color convert

RGB78252-
CMYK00.970.330.69
HSL320.53º95%15.69%-
HSV(B)320.53º97.44%30.59%-
XYZ3.781.913.42-
YUV30.42140.18161.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=59.09%
G=1.52%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7825200.970.330.69320.539515.69
Hex4E23406121451415f10
Octal11626401414110550113720
Binary100111010110100011000011000011000101101000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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