#7E004F

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

Shades of Tyrian Purple #7E004F

Tints of Tyrian Purple #7E004F

Color information

#7E004F (or 0x7E004F) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 00 and 4F. RGB value is (126,0,79). Sum of RGB (Red+Green+Blue) = 126+0+79=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E004F is #81FFB0. Grayscale: #2E2E2E. Windows color (decimal): -8519601 or 5177470. OLE color: 5177470.

HSL color Cylindrical-coordinate representation of color #7E004F: hue angle of 322.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E004F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB126079-
CMYK010.370.51
HSL322.38º100%24.71%-
HSV(B)322.38º100%49.41%-
XYZ10.0257.83-
YUV46.68146.24184.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 61.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=61.46%
G=0%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126079010.370.51322.3810024.71
Hex7E04F06425331426419
Octal17601170144456350214431
Binary11111100100111101100100100101110011101000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E004F; }

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

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

<style>
 a { background-color: #7E004F; }

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

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

<style>
 span { border-color: #7E004F; }

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

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