#4E034C

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

Shades of Tyrian Purple #4E034C

Tints of Tyrian Purple #4E034C

Color information

#4E034C (or 0x4E034C) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 4C. RGB value is (78,3,76). Sum of RGB (Red+Green+Blue) = 78+3+76=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E034C is #B1FCB3. Grayscale: #212121. Windows color (decimal): -11664564 or 4981582. OLE color: 4981582.

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

Color convert

RGB78376-
CMYK00.960.030.69
HSL301.6º92.59%15.88%-
HSV(B)301.6º96.15%30.59%-
XYZ4.482.217.03-
YUV33.75151.85159.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=49.68%
G=1.91%
B=48.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7837600.960.030.69301.692.5915.88
Hex4E34C06034512e5d10
Octal11631140140310545613520
Binary100111011100110001100000111000101100101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,3,76); }

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

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

 a { background-color: rgb(78,3,76); }

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

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

 span { border-color: rgb(78,3,76); }

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