#5E0743

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

Shades of Tyrian Purple #5E0743

Tints of Tyrian Purple #5E0743

Color information

#5E0743 (or 0x5E0743) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 07 and 43. RGB value is (94,7,67). Sum of RGB (Red+Green+Blue) = 94+7+67=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0743 is #A1F8BC. Grayscale: #272727. Windows color (decimal): -10614973 or 4392798. OLE color: 4392798.

HSL color Cylindrical-coordinate representation of color #5E0743: hue angle of 318.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0743 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB94767-
CMYK00.930.290.63
HSL318.62º86.14%19.8%-
HSV(B)318.62º92.55%36.86%-
XYZ5.712.945.58-
YUV39.85143.32166.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.95%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=55.95%
G=4.17%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9476700.930.290.63318.6286.1419.8
Hex5E74305D1D3F13f5614
Octal13671030135357747712624
Binary101111011110000110101110111101111111100111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0743; }

 p { color: rgb(94,7,67); }

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

<style>
 a { background-color: #5E0743; }

 a { background-color: rgb(94,7,67); }

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

<style>
 span { border-color: #5E0743; }

 span { border-color: rgb(94,7,67); }

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