#4C033F

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

Shades of Tyrian Purple #4C033F

Tints of Tyrian Purple #4C033F

Color information

#4C033F (or 0x4C033F) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 03 and 3F. RGB value is (76,3,63). Sum of RGB (Red+Green+Blue) = 76+3+63=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C033F is #B3FCC0. Grayscale: #1F1F1F. Windows color (decimal): -11795649 or 4129612. OLE color: 4129612.

HSL color Cylindrical-coordinate representation of color #4C033F: hue angle of 310.68º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C033F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB76363-
CMYK00.960.170.70
HSL310.68º92.41%15.49%-
HSV(B)310.68º96.05%29.8%-
XYZ3.911.964.87-
YUV31.67145.68159.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.52%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 63 (25% from 255) = 44.37%
R=53.52%
G=2.11%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7636300.960.170.70310.6892.4115.49
Hex4C33F06011461375cf
Octal11437701402110646713417
Binary1001100111111110110000010001100011010011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,3,63); }

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

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

 a { background-color: rgb(76,3,63); }

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

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

 span { border-color: rgb(76,3,63); }

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