#4F043A

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

Shades of Tyrian Purple #4F043A

Tints of Tyrian Purple #4F043A

Color information

#4F043A (or 0x4F043A) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 04 and 3A. RGB value is (79,4,58). Sum of RGB (Red+Green+Blue) = 79+4+58=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F043A is #B0FBC5. Grayscale: #202020. Windows color (decimal): -11598790 or 3802191. OLE color: 3802191.

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

Color convert

RGB79458-
CMYK00.950.270.69
HSL316.8º90.36%16.27%-
HSV(B)316.8º94.94%30.98%-
XYZ4.032.054.19-
YUV32.58142.35161.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=56.03%
G=2.84%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7945800.950.270.69316.890.3616.27
Hex4F43A05F1B4513d5a10
Octal11747201373310547513220
Binary100111110011101001011111110111000101100111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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