#4F044D

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

Shades of Tyrian Purple #4F044D

Tints of Tyrian Purple #4F044D

Color information

#4F044D (or 0x4F044D) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 04 and 4D. RGB value is (79,4,77). Sum of RGB (Red+Green+Blue) = 79+4+77=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F044D is #B0FBB2. Grayscale: #222222. Windows color (decimal): -11598771 or 5047375. OLE color: 5047375.

HSL color Cylindrical-coordinate representation of color #4F044D: hue angle of 301.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F044D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB79477-
CMYK00.950.030.69
HSL301.6º90.36%16.27%-
HSV(B)301.6º94.94%30.98%-
XYZ4.612.287.22-
YUV34.75151.85159.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=49.38%
G=2.5%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7947700.950.030.69301.690.3616.27
Hex4F44D05F34512e5a10
Octal11741150137310545613220
Binary1001111100100110101011111111000101100101110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,77); }

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

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

 a { background-color: rgb(79,4,77); }

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

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

 span { border-color: rgb(79,4,77); }

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