#4A033E

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

Shades of Tyrian Purple #4A033E

Tints of Tyrian Purple #4A033E

Color information

#4A033E (or 0x4A033E) is unknown color: approx Tyrian Purple. HEX triplet: 4A, 03 and 3E. RGB value is (74,3,62). Sum of RGB (Red+Green+Blue) = 74+3+62=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033E is #B5FCC1. Grayscale: #1E1E1E. Windows color (decimal): -11926722 or 4064074. OLE color: 4064074.

HSL color Cylindrical-coordinate representation of color #4A033E: hue angle of 310.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A033E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB74362-
CMYK00.960.160.71
HSL310.14º92.21%15.1%-
HSV(B)310.14º95.95%29.02%-
XYZ3.731.874.72-
YUV30.96145.52158.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 53.24%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 62 (24.61% from 255) = 44.60%
R=53.24%
G=2.16%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7436200.960.160.71310.1492.2115.1
Hex4A33E06010471365cf
Octal11237601402010746613417
Binary1001010111111100110000010000100011110011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,3,62); }

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

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

 a { background-color: rgb(74,3,62); }

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

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

 span { border-color: rgb(74,3,62); }

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