#4D0241

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

Shades of Tyrian Purple #4D0241

Tints of Tyrian Purple #4D0241

Color information

#4D0241 (or 0x4D0241) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 41. RGB value is (77,2,65). Sum of RGB (Red+Green+Blue) = 77+2+65=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0241 is #B2FDBE. Grayscale: #1F1F1F. Windows color (decimal): -11730367 or 4260429. OLE color: 4260429.

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

Color convert

RGB77265-
CMYK00.970.160.70
HSL309.6º94.94%15.49%-
HSV(B)309.6º97.4%30.2%-
XYZ4.0425.17-
YUV31.61146.85160.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=53.47%
G=1.39%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726500.970.160.70309.694.9415.49
Hex4D24106110461365ff
Octal115210101412010646613717
Binary10011011010000010110000110000100011010011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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