#5E0D4A

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

Shades of Tyrian Purple #5E0D4A

Tints of Tyrian Purple #5E0D4A

Color information

#5E0D4A (or 0x5E0D4A) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 0D and 4A. RGB value is (94,13,74). Sum of RGB (Red+Green+Blue) = 94+13+74=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0D4A is #A1F2B5. Grayscale: #2C2C2C. Windows color (decimal): -10613430 or 4853086. OLE color: 4853086.

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

Color convert

RGB941374-
CMYK00.860.210.63
HSL314.81º75.7%20.98%-
HSV(B)314.81º86.17%36.86%-
XYZ63.166.77-
YUV44.17144.84163.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=51.93%
G=7.18%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94137400.860.210.63314.8175.720.98
Hex5ED4A056153F13b4c15
Octal136151120126257747311425
Binary1011110110110010100101011010101111111100111011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,13,74); }

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

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

 a { background-color: rgb(94,13,74); }

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

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

 span { border-color: rgb(94,13,74); }

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