#7E0341

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

Shades of Tyrian Purple #7E0341

Tints of Tyrian Purple #7E0341

Color information

#7E0341 (or 0x7E0341) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 03 and 41. RGB value is (126,3,65). Sum of RGB (Red+Green+Blue) = 126+3+65=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0341 is #81FCBE. Grayscale: #2E2E2E. Windows color (decimal): -8518847 or 4260734. OLE color: 4260734.

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

Color convert

RGB126365-
CMYK00.980.480.51
HSL329.76º95.35%25.29%-
HSV(B)329.76º97.62%49.41%-
XYZ9.594.885.44-
YUV46.84138.25184.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=64.95%
G=1.55%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12636500.980.480.51329.7695.3525.29
Hex7E341062303314a5f19
Octal17631010142606351213731
Binary111111011100000101100010110000110011101001010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,3,65); }

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

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

 a { background-color: rgb(126,3,65); }

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

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

 span { border-color: rgb(126,3,65); }

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