#4E0341

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

Shades of Tyrian Purple #4E0341

Tints of Tyrian Purple #4E0341

Color information

#4E0341 (or 0x4E0341) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 41. RGB value is (78,3,65). Sum of RGB (Red+Green+Blue) = 78+3+65=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0341 is #B1FCBE. Grayscale: #202020. Windows color (decimal): -11664575 or 4260686. OLE color: 4260686.

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

Color convert

RGB78365-
CMYK00.960.170.69
HSL310.4º92.59%15.88%-
HSV(B)310.4º96.15%30.59%-
XYZ4.132.075.18-
YUV32.49146.35160.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=53.42%
G=2.05%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836500.960.170.69310.492.5915.88
Hex4E34106011451365d10
Octal116310101402110546613520
Binary100111011100000101100000100011000101100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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