#4E0345

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

Shades of Tyrian Purple #4E0345

Tints of Tyrian Purple #4E0345

Color information

#4E0345 (or 0x4E0345) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 45. RGB value is (78,3,69). Sum of RGB (Red+Green+Blue) = 78+3+69=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0345 is #B1FCBA. Grayscale: #202020. Windows color (decimal): -11664571 or 4522830. OLE color: 4522830.

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

Color convert

RGB78369-
CMYK00.960.120.69
HSL307.2º92.59%15.88%-
HSV(B)307.2º96.15%30.59%-
XYZ4.252.115.81-
YUV32.95148.35160.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 69 (27.34% from 255) = 46%
R=52%
G=2%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836900.960.120.69307.292.5915.88
Hex4E345060C451335d10
Octal116310501401410546313520
Binary10011101110001010110000011001000101100110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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