#4C043C

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

Shades of Tyrian Purple #4C043C

Tints of Tyrian Purple #4C043C

Color information

#4C043C (or 0x4C043C) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 3C. RGB value is (76,4,60). Sum of RGB (Red+Green+Blue) = 76+4+60=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043C is #B3FBC3. Grayscale: #1F1F1F. Windows color (decimal): -11795396 or 3933260. OLE color: 3933260.

HSL color Cylindrical-coordinate representation of color #4C043C: hue angle of 313.33º 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 #4C043C is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB76460-
CMYK00.950.210.70
HSL313.33º90%15.69%-
HSV(B)313.33º94.74%29.8%-
XYZ3.841.954.45-
YUV31.91143.85159.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=54.29%
G=2.86%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7646000.950.210.70313.339015.69
Hex4C43C05F15461395a10
Octal11447401372510647113220
Binary100110010011110001011111101011000110100111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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