#4D023C

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

Shades of Tyrian Purple #4D023C

Tints of Tyrian Purple #4D023C

Color information

#4D023C (or 0x4D023C) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 3C. RGB value is (77,2,60). Sum of RGB (Red+Green+Blue) = 77+2+60=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023C is #B2FDC3. Grayscale: #1E1E1E. Windows color (decimal): -11730372 or 3932749. OLE color: 3932749.

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

Color convert

RGB77260-
CMYK00.970.220.70
HSL313.6º94.94%15.49%-
HSV(B)313.6º97.4%30.2%-
XYZ3.91.954.45-
YUV31.04144.35160.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=55.40%
G=1.44%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726000.970.220.70313.694.9415.49
Hex4D23C061164613a5ff
Octal11527401412610647213717
Binary1001101101111000110000110110100011010011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,60); }

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

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

 a { background-color: rgb(77,2,60); }

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

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

 span { border-color: rgb(77,2,60); }

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