#4E033D

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

Shades of Tyrian Purple #4E033D

Tints of Tyrian Purple #4E033D

Color information

#4E033D (or 0x4E033D) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 3D. RGB value is (78,3,61). Sum of RGB (Red+Green+Blue) = 78+3+61=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E033D is #B1FCC2. Grayscale: #1F1F1F. Windows color (decimal): -11664579 or 3998542. OLE color: 3998542.

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

Color convert

RGB78361-
CMYK00.960.220.69
HSL313.6º92.59%15.88%-
HSV(B)313.6º96.15%30.59%-
XYZ4.022.024.59-
YUV32.04144.35160.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=54.93%
G=2.11%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836100.960.220.69313.692.5915.88
Hex4E33D060164513a5d10
Octal11637501402610547213520
Binary10011101111110101100000101101000101100111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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