#4E0344

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

Shades of Tyrian Purple #4E0344

Tints of Tyrian Purple #4E0344

Color information

#4E0344 (or 0x4E0344) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 44. RGB value is (78,3,68). Sum of RGB (Red+Green+Blue) = 78+3+68=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0344 is #B1FCBB. Grayscale: #202020. Windows color (decimal): -11664572 or 4457294. OLE color: 4457294.

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

Color convert

RGB78368-
CMYK00.960.130.69
HSL308º92.59%15.88%-
HSV(B)308º96.15%30.59%-
XYZ4.222.15.65-
YUV32.84147.85160.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=52.35%
G=2.01%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7836800.960.130.6930892.5915.88
Hex4E344060D451345d10
Octal116310401401510546413520
Binary10011101110001000110000011011000101100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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