#4D033A

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

Shades of Tyrian Purple #4D033A

Tints of Tyrian Purple #4D033A

Color information

#4D033A (or 0x4D033A) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 03 and 3A. RGB value is (77,3,58). Sum of RGB (Red+Green+Blue) = 77+3+58=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D033A is #B2FCC5. Grayscale: #1F1F1F. Windows color (decimal): -11730118 or 3801933. OLE color: 3801933.

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

Color convert

RGB77358-
CMYK00.960.250.70
HSL315.41º92.5%15.69%-
HSV(B)315.41º96.1%30.2%-
XYZ3.861.954.18-
YUV31.4143.02160.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.80%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=55.80%
G=2.17%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7735800.960.250.70315.4192.515.69
Hex4D33A060194613b5c10
Octal11537201403110647313420
Binary10011011111101001100000110011000110100111011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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