#4E033B

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

Shades of Tyrian Purple #4E033B

Tints of Tyrian Purple #4E033B

Color information

#4E033B (or 0x4E033B) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 3B. RGB value is (78,3,59). Sum of RGB (Red+Green+Blue) = 78+3+59=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E033B is #B1FCC4. Grayscale: #1F1F1F. Windows color (decimal): -11664581 or 3867470. OLE color: 3867470.

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

Color convert

RGB78359-
CMYK00.960.240.69
HSL315.2º92.59%15.88%-
HSV(B)315.2º96.15%30.59%-
XYZ3.9624.31-
YUV31.81143.35160.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=55.71%
G=2.14%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7835900.960.240.69315.292.5915.88
Hex4E33B060184513b5d10
Octal11637301403010547313520
Binary10011101111101101100000110001000101100111011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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