#4F023F

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

Shades of Tyrian Purple #4F023F

Tints of Tyrian Purple #4F023F

Color information

#4F023F (or 0x4F023F) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 02 and 3F. RGB value is (79,2,63). Sum of RGB (Red+Green+Blue) = 79+2+63=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F023F is #B0FDC0. Grayscale: #1F1F1F. Windows color (decimal): -11599297 or 4129359. OLE color: 4129359.

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

Color convert

RGB79263-
CMYK00.970.200.69
HSL312.47º95.06%15.88%-
HSV(B)312.47º97.47%30.98%-
XYZ4.142.064.88-
YUV31.98145.51161.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.86%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 63 (25% from 255) = 43.75%
R=54.86%
G=1.39%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7926300.970.200.69312.4795.0615.88
Hex4F23F06114451385f10
Octal11727701412410547013720
Binary10011111011111101100001101001000101100111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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