#4C023A

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

Shades of Tyrian Purple #4C023A

Tints of Tyrian Purple #4C023A

Color information

#4C023A (or 0x4C023A) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 02 and 3A. RGB value is (76,2,58). Sum of RGB (Red+Green+Blue) = 76+2+58=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C023A is #B3FDC5. Grayscale: #1E1E1E. Windows color (decimal): -11795910 or 3801676. OLE color: 3801676.

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

Color convert

RGB76258-
CMYK00.970.240.70
HSL314.59º94.87%15.29%-
HSV(B)314.59º97.37%29.8%-
XYZ3.771.894.17-
YUV30.51143.52160.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.88%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=55.88%
G=1.47%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7625800.970.240.70314.5994.8715.29
Hex4C23A061184613b5ff
Octal11427201413010647313717
Binary1001100101110100110000111000100011010011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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