#4C023F

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

Shades of Tyrian Purple #4C023F

Tints of Tyrian Purple #4C023F

Color information

#4C023F (or 0x4C023F) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 02 and 3F. RGB value is (76,2,63). Sum of RGB (Red+Green+Blue) = 76+2+63=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C023F is #B3FDC0. Grayscale: #1E1E1E. Windows color (decimal): -11795905 or 4129356. OLE color: 4129356.

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

Color convert

RGB76263-
CMYK00.970.170.70
HSL310.54º94.87%15.29%-
HSV(B)310.54º97.37%29.8%-
XYZ3.91.944.87-
YUV31.08146.02160.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.90%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 63 (25% from 255) = 44.68%
R=53.90%
G=1.42%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7626300.970.170.70310.5494.8715.29
Hex4C23F06111461375ff
Octal11427701412110646713717
Binary1001100101111110110000110001100011010011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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