#4F023E

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

Shades of Tyrian Purple #4F023E

Tints of Tyrian Purple #4F023E

Color information

#4F023E (or 0x4F023E) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 02 and 3E. RGB value is (79,2,62). Sum of RGB (Red+Green+Blue) = 79+2+62=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F023E is #B0FDC1. Grayscale: #1F1F1F. Windows color (decimal): -11599298 or 4063823. OLE color: 4063823.

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

Color convert

RGB79262-
CMYK00.970.220.69
HSL313.25º95.06%15.88%-
HSV(B)313.25º97.47%30.98%-
XYZ4.122.054.74-
YUV31.86145.01161.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=55.24%
G=1.40%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7926200.970.220.69313.2595.0615.88
Hex4F23E06116451395f10
Octal11727601412610547113720
Binary10011111011111001100001101101000101100111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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