#5E134B

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

Shades of Tyrian Purple #5E134B

Tints of Tyrian Purple #5E134B

Color information

#5E134B (or 0x5E134B) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 13 and 4B. RGB value is (94,19,75). Sum of RGB (Red+Green+Blue) = 94+19+75=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E134B is #A1ECB4. Grayscale: #2F2F2F. Windows color (decimal): -10611893 or 4920158. OLE color: 4920158.

HSL color Cylindrical-coordinate representation of color #5E134B: hue angle of 315.2º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E134B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB941975-
CMYK00.800.200.63
HSL315.2º66.37%22.16%-
HSV(B)315.2º79.79%36.86%-
XYZ6.123.356.98-
YUV47.81143.35160.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=50%
G=10.11%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94197500.800.200.63315.266.3722.16
Hex5E134B050143F13b4216
Octal136231130120247747310226
Binary10111101001110010110101000010100111111100111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,19,75); }

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

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

 a { background-color: rgb(94,19,75); }

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

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

 span { border-color: rgb(94,19,75); }

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