#4F024A

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

Shades of Tyrian Purple #4F024A

Tints of Tyrian Purple #4F024A

Color information

#4F024A (or 0x4F024A) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 02 and 4A. RGB value is (79,2,74). Sum of RGB (Red+Green+Blue) = 79+2+74=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F024A is #B0FDB5. Grayscale: #212121. Windows color (decimal): -11599286 or 4850255. OLE color: 4850255.

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

Color convert

RGB79274-
CMYK00.970.060.69
HSL303.9º95.06%15.88%-
HSV(B)303.9º97.47%30.98%-
XYZ4.482.26.67-
YUV33.23151.01160.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=50.97%
G=1.29%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7927400.970.060.69303.995.0615.88
Hex4F24A0616451305f10
Octal11721120141610546013720
Binary1001111101001010011000011101000101100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,74); }

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

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

 a { background-color: rgb(79,2,74); }

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

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

 span { border-color: rgb(79,2,74); }

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