#7E0940

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

Shades of Tyrian Purple #7E0940

Tints of Tyrian Purple #7E0940

Color information

#7E0940 (or 0x7E0940) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 09 and 40. RGB value is (126,9,64). Sum of RGB (Red+Green+Blue) = 126+9+64=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0940 is #81F6BF. Grayscale: #323232. Windows color (decimal): -8517312 or 4196734. OLE color: 4196734.

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

Color convert

RGB126964-
CMYK00.930.490.51
HSL331.79º86.67%26.47%-
HSV(B)331.79º92.86%49.41%-
XYZ9.6355.31-
YUV50.25135.76182.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.32%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=63.32%
G=4.52%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12696400.930.490.51331.7986.6726.47
Hex7E94005D313314c571a
Octal176111000135616351412732
Binary11111101001100000001011101110001110011101001100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,9,64); }

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

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

 a { background-color: rgb(126,9,64); }

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

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

 span { border-color: rgb(126,9,64); }

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