#4F003F

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

Shades of Tyrian Purple #4F003F

Tints of Tyrian Purple #4F003F

Color information

#4F003F (or 0x4F003F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 3F. RGB value is (79,0,63). Sum of RGB (Red+Green+Blue) = 79+0+63=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003F is #B0FFC0. Grayscale: #1E1E1E. Windows color (decimal): -11599809 or 4128847. OLE color: 4128847.

HSL color Cylindrical-coordinate representation of color #4F003F: hue angle of 312.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F003F is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB79063-
CMYK010.200.69
HSL312.15º100%15.49%-
HSV(B)312.15º100%30.98%-
XYZ4.122.024.88-
YUV30.8146.17162.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 44.37%
R=55.63%
G=0%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79063010.200.69312.1510015.49
Hex4F03F064144513864f
Octal11707701442410547014417
Binary100111101111110110010010100100010110011100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,63); }

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

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

 a { background-color: rgb(79,0,63); }

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

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

 span { border-color: rgb(79,0,63); }

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