#7E0047

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

Shades of Tyrian Purple #7E0047

Tints of Tyrian Purple #7E0047

Color information

#7E0047 (or 0x7E0047) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 00 and 47. RGB value is (126,0,71). Sum of RGB (Red+Green+Blue) = 126+0+71=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0047 is #81FFB8. Grayscale: #2D2D2D. Windows color (decimal): -8519609 or 4653182. OLE color: 4653182.

HSL color Cylindrical-coordinate representation of color #7E0047: hue angle of 326.19º 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 #7E0047 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB126071-
CMYK010.440.51
HSL326.19º100%24.71%-
HSV(B)326.19º100%49.41%-
XYZ9.744.896.39-
YUV45.77142.24185.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=63.96%
G=0%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126071010.440.51326.1910024.71
Hex7E0470642C331466419
Octal17601070144546350614431
Binary11111100100011101100100101100110011101000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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