#4C043A

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

Shades of Tyrian Purple #4C043A

Tints of Tyrian Purple #4C043A

Color information

#4C043A (or 0x4C043A) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 04 and 3A. RGB value is (76,4,58). Sum of RGB (Red+Green+Blue) = 76+4+58=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043A is #B3FBC5. Grayscale: #1F1F1F. Windows color (decimal): -11795398 or 3802188. OLE color: 3802188.

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

Color convert

RGB76458-
CMYK00.950.240.70
HSL315º90%15.69%-
HSV(B)315º94.74%29.8%-
XYZ3.791.934.18-
YUV31.68142.85159.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.07%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=55.07%
G=2.90%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7645800.950.240.703159015.69
Hex4C43A05F184613b5a10
Octal11447201373010647313220
Binary100110010011101001011111110001000110100111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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