#4E0036

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

Shades of Tyrian Purple #4E0036

Tints of Tyrian Purple #4E0036

Color information

#4E0036 (or 0x4E0036) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 00 and 36. RGB value is (78,0,54). Sum of RGB (Red+Green+Blue) = 78+0+54=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0036 is #B1FFC9. Grayscale: #1D1D1D. Windows color (decimal): -11665354 or 3539022. OLE color: 3539022.

HSL color Cylindrical-coordinate representation of color #4E0036: hue angle of 318.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0036 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB78054-
CMYK010.310.69
HSL318.46º100%15.29%-
HSV(B)318.46º100%30.59%-
XYZ3.811.893.65-
YUV29.48141.84162.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78054010.310.69318.4610015.29
Hex4E0360641F4513e64f
Octal11606601443710547614417
Binary100111001101100110010011111100010110011111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,0,54); }

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

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

 a { background-color: rgb(78,0,54); }

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

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

 span { border-color: rgb(78,0,54); }

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