#4C0440

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

Shades of Tyrian Purple #4C0440

Tints of Tyrian Purple #4C0440

Color information

#4C0440 (or 0x4C0440) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 40. RGB value is (76,4,64). Sum of RGB (Red+Green+Blue) = 76+4+64=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0440 is #B3FBBF. Grayscale: #202020. Windows color (decimal): -11795392 or 4195404. OLE color: 4195404.

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

Color convert

RGB76464-
CMYK00.950.160.70
HSL310º90%15.69%-
HSV(B)310º94.74%29.8%-
XYZ3.951.995.03-
YUV32.37145.85159.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.78%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=52.78%
G=2.78%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7646400.950.160.703109015.69
Hex4C44005F10461365a10
Octal114410001372010646613220
Binary1001100100100000001011111100001000110100110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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