#4D0940

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

Shades of Tyrian Purple #4D0940

Tints of Tyrian Purple #4D0940

Color information

#4D0940 (or 0x4D0940) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 09 and 40. RGB value is (77,9,64). Sum of RGB (Red+Green+Blue) = 77+9+64=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0940 is #B2F6BF. Grayscale: #232323. Windows color (decimal): -11728576 or 4196685. OLE color: 4196685.

HSL color Cylindrical-coordinate representation of color #4D0940: hue angle of 311.47º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0940 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB77964-
CMYK00.880.170.70
HSL311.47º79.07%16.86%-
HSV(B)311.47º88.31%30.2%-
XYZ4.082.145.05-
YUV35.6144.03157.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.33%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=51.33%
G=6%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7796400.880.170.70311.4779.0716.86
Hex4D94005811461374f11
Octal1151110001302110646711721
Binary10011011001100000001011000100011000110100110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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