#4F053A

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

Shades of Tyrian Purple #4F053A

Tints of Tyrian Purple #4F053A

Color information

#4F053A (or 0x4F053A) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 05 and 3A. RGB value is (79,5,58). Sum of RGB (Red+Green+Blue) = 79+5+58=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F053A is #B0FAC5. Grayscale: #212121. Windows color (decimal): -11598534 or 3802447. OLE color: 3802447.

HSL color Cylindrical-coordinate representation of color #4F053A: hue angle of 317.03º 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 #4F053A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB79558-
CMYK00.940.270.69
HSL317.03º88.1%16.47%-
HSV(B)317.03º93.67%30.98%-
XYZ4.042.084.19-
YUV33.17142.02160.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=55.63%
G=3.52%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7955800.940.270.69317.0388.116.47
Hex4F53A05E1B4513d5810
Octal11757201363310547513020
Binary100111110111101001011110110111000101100111101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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