#5E012D

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

Shades of Tyrian Purple #5E012D

Tints of Tyrian Purple #5E012D

Color information

#5E012D (or 0x5E012D) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 01 and 2D. RGB value is (94,1,45). Sum of RGB (Red+Green+Blue) = 94+1+45=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E012D is #A1FED2. Grayscale: #212121. Windows color (decimal): -10616531 or 2949470. OLE color: 2949470.

HSL color Cylindrical-coordinate representation of color #5E012D: hue angle of 331.61º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E012D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB94145-
CMYK00.990.520.63
HSL331.61º97.89%18.63%-
HSV(B)331.61º98.94%36.86%-
XYZ5.12.592.71-
YUV33.82134.31170.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 67.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=67.14%
G=0.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9414500.990.520.63331.6197.8918.63
Hex5E12D063343F14c6213
Octal1361550143647751414223
Binary1011110110110101100011110100111111101001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,45); }

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

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

 a { background-color: rgb(94,1,45); }

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

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

 span { border-color: rgb(94,1,45); }

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