#4C0446

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

Shades of Tyrian Purple #4C0446

Tints of Tyrian Purple #4C0446

Color information

#4C0446 (or 0x4C0446) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 46. RGB value is (76,4,70). Sum of RGB (Red+Green+Blue) = 76+4+70=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0446 is #B3FBB9. Grayscale: #202020. Windows color (decimal): -11795386 or 4588620. OLE color: 4588620.

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

Color convert

RGB76470-
CMYK00.950.080.70
HSL305º90%15.69%-
HSV(B)305º94.74%29.8%-
XYZ4.132.075.98-
YUV33.05148.85158.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.67%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=50.67%
G=2.67%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7647000.950.080.703059015.69
Hex4C44605F8461315a10
Octal114410601371010646113220
Binary100110010010001100101111110001000110100110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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