#4E0034

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

Shades of Tyrian Purple #4E0034

Tints of Tyrian Purple #4E0034

Color information

#4E0034 (or 0x4E0034) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 00 and 34. RGB value is (78,0,52). Sum of RGB (Red+Green+Blue) = 78+0+52=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0034 is #B1FFCB. Grayscale: #1D1D1D. Windows color (decimal): -11665356 or 3407950. OLE color: 3407950.

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

Color convert

RGB78052-
CMYK010.330.69
HSL320º100%15.29%-
HSV(B)320º100%30.59%-
XYZ3.761.873.41-
YUV29.25140.84162.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78052010.330.6932010015.29
Hex4E034064214514064f
Octal11606401444110550014417
Binary1001110011010001100100100001100010110100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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