#4D023A

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

Shades of Tyrian Purple #4D023A

Tints of Tyrian Purple #4D023A

Color information

#4D023A (or 0x4D023A) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 3A. RGB value is (77,2,58). Sum of RGB (Red+Green+Blue) = 77+2+58=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023A is #B2FDC5. Grayscale: #1E1E1E. Windows color (decimal): -11730374 or 3801677. OLE color: 3801677.

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

Color convert

RGB77258-
CMYK00.970.250.70
HSL315.2º94.94%15.49%-
HSV(B)315.2º97.4%30.2%-
XYZ3.851.934.17-
YUV30.81143.35160.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 56.20%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=56.20%
G=1.46%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7725800.970.250.70315.294.9415.49
Hex4D23A061194613b5ff
Octal11527201413110647313717
Binary1001101101110100110000111001100011010011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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