#5E094C

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

Shades of Tyrian Purple #5E094C

Tints of Tyrian Purple #5E094C

Color information

#5E094C (or 0x5E094C) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 09 and 4C. RGB value is (94,9,76). Sum of RGB (Red+Green+Blue) = 94+9+76=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E094C is #A1F6B3. Grayscale: #292929. Windows color (decimal): -10614452 or 4983134. OLE color: 4983134.

HSL color Cylindrical-coordinate representation of color #5E094C: hue angle of 312.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E094C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB94976-
CMYK00.900.190.63
HSL312.71º82.52%20.2%-
HSV(B)312.71º90.43%36.86%-
XYZ6.023.17.12-
YUV42.05147.16165.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.51%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=52.51%
G=5.03%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9497600.900.190.63312.7182.5220.2
Hex5E94C05A133F1395314
Octal136111140132237747112324
Binary1011110100110011000101101010011111111100111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,9,76); }

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

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

 a { background-color: rgb(94,9,76); }

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

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

 span { border-color: rgb(94,9,76); }

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