#7E0540

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

Shades of Tyrian Purple #7E0540

Tints of Tyrian Purple #7E0540

Color information

#7E0540 (or 0x7E0540) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 05 and 40. RGB value is (126,5,64). Sum of RGB (Red+Green+Blue) = 126+5+64=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0540 is #81FABF. Grayscale: #2F2F2F. Windows color (decimal): -8518336 or 4195710. OLE color: 4195710.

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

Color convert

RGB126564-
CMYK00.960.490.51
HSL330.74º92.37%25.69%-
HSV(B)330.74º96.03%49.41%-
XYZ9.584.915.29-
YUV47.9137.09183.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.62%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=64.62%
G=2.56%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12656400.960.490.51330.7492.3725.69
Hex7E540060313314b5c1a
Octal17651000140616351313432
Binary1111110101100000001100000110001110011101001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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