#4D0240

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

Shades of Tyrian Purple #4D0240

Tints of Tyrian Purple #4D0240

Color information

#4D0240 (or 0x4D0240) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 40. RGB value is (77,2,64). Sum of RGB (Red+Green+Blue) = 77+2+64=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0240 is #B2FDBF. Grayscale: #1F1F1F. Windows color (decimal): -11730368 or 4194893. OLE color: 4194893.

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

Color convert

RGB77264-
CMYK00.970.170.70
HSL310.4º94.94%15.49%-
HSV(B)310.4º97.4%30.2%-
XYZ4.011.995.02-
YUV31.49146.35160.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.85%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=53.85%
G=1.40%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726400.970.170.70310.494.9415.49
Hex4D24006111461365ff
Octal115210001412110646613717
Binary10011011010000000110000110001100011010011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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