#4D063D

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

Shades of Tyrian Purple #4D063D

Tints of Tyrian Purple #4D063D

Color information

#4D063D (or 0x4D063D) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 06 and 3D. RGB value is (77,6,61). Sum of RGB (Red+Green+Blue) = 77+6+61=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D063D is #B2F9C2. Grayscale: #212121. Windows color (decimal): -11729347 or 3999309. OLE color: 3999309.

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

Color convert

RGB77661-
CMYK00.920.210.70
HSL313.52º85.54%16.27%-
HSV(B)313.52º92.21%30.2%-
XYZ3.972.044.6-
YUV33.5143.52159.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=53.47%
G=4.17%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7766100.920.210.70313.5285.5416.27
Hex4D63D05C154613a5610
Octal11567501342510647212620
Binary100110111011110101011100101011000110100111010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,6,61); }

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

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

 a { background-color: rgb(77,6,61); }

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

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

 span { border-color: rgb(77,6,61); }

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