#4C043E

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

Shades of Tyrian Purple #4C043E

Tints of Tyrian Purple #4C043E

Color information

#4C043E (or 0x4C043E) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 3E. RGB value is (76,4,62). Sum of RGB (Red+Green+Blue) = 76+4+62=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043E is #B3FBC1. Grayscale: #1F1F1F. Windows color (decimal): -11795394 or 4064332. OLE color: 4064332.

HSL color Cylindrical-coordinate representation of color #4C043E: hue angle of 311.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C043E is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB76462-
CMYK00.950.180.70
HSL311.67º90%15.69%-
HSV(B)311.67º94.74%29.8%-
XYZ3.891.974.73-
YUV32.14144.85159.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.52%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=53.52%
G=2.82%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7646200.950.180.70311.679015.69
Hex4C43E05F12461385a10
Octal11447601372210647013220
Binary100110010011111001011111100101000110100111000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,4,62); }

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

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

 a { background-color: rgb(76,4,62); }

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

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

 span { border-color: rgb(76,4,62); }

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