#4F053C

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

Shades of Tyrian Purple #4F053C

Tints of Tyrian Purple #4F053C

Color information

#4F053C (or 0x4F053C) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 05 and 3C. RGB value is (79,5,60). Sum of RGB (Red+Green+Blue) = 79+5+60=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F053C is #B0FAC3. Grayscale: #212121. Windows color (decimal): -11598532 or 3933519. OLE color: 3933519.

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

Color convert

RGB79560-
CMYK00.940.240.69
HSL315.41º88.1%16.47%-
HSV(B)315.41º93.67%30.98%-
XYZ4.092.14.46-
YUV33.4143.02160.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=54.86%
G=3.47%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7956000.940.240.69315.4188.116.47
Hex4F53C05E184513b5810
Octal11757401363010547313020
Binary100111110111110001011110110001000101100111011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,60); }

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

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

 a { background-color: rgb(79,5,60); }

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

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

 span { border-color: rgb(79,5,60); }

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