#5E092A

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

Shades of Tyrian Purple #5E092A

Tints of Tyrian Purple #5E092A

Color information

#5E092A (or 0x5E092A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 09 and 2A. RGB value is (94,9,42). Sum of RGB (Red+Green+Blue) = 94+9+42=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E092A is #A1F6D5. Grayscale: #262626. Windows color (decimal): -10614486 or 2754910. OLE color: 2754910.

HSL color Cylindrical-coordinate representation of color #5E092A: hue angle of 336.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 #5E092A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB94942-
CMYK00.900.550.63
HSL336.71º82.52%20.2%-
HSV(B)336.71º90.43%36.86%-
XYZ5.132.742.45-
YUV38.18130.16167.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 64.83%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=64.83%
G=6.21%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9494200.900.550.63336.7182.5220.2
Hex5E92A05A373F1515314
Octal13611520132677752112324
Binary1011110100110101001011010110111111111101010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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