#4F003E

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

Shades of Tyrian Purple #4F003E

Tints of Tyrian Purple #4F003E

Color information

#4F003E (or 0x4F003E) is unknown color: approx Tyrian Purple. HEX triplet: 4F, 00 and 3E. RGB value is (79,0,62). Sum of RGB (Red+Green+Blue) = 79+0+62=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003E is #B0FFC1. Grayscale: #1E1E1E. Windows color (decimal): -11599810 or 4063311. OLE color: 4063311.

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

Color convert

RGB79062-
CMYK010.220.69
HSL312.91º100%15.49%-
HSV(B)312.91º100%30.98%-
XYZ4.092.014.73-
YUV30.69145.67162.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=56.03%
G=0%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79062010.220.69312.9110015.49
Hex4F03E064164513964f
Octal11707601442610547114417
Binary100111101111100110010010110100010110011100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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