#5E002F

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

Shades of Tyrian Purple #5E002F

Tints of Tyrian Purple #5E002F

Color information

#5E002F (or 0x5E002F) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 00 and 2F. RGB value is (94,0,47). Sum of RGB (Red+Green+Blue) = 94+0+47=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E002F is #A1FFD0. Grayscale: #212121. Windows color (decimal): -10616785 or 3080286. OLE color: 3080286.

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

Color convert

RGB94047-
CMYK010.50.63
HSL330º100%18.43%-
HSV(B)330º100%36.86%-
XYZ5.132.582.92-
YUV33.46135.64171.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94047010.50.6333010018.43
Hex5E02F064323F14a6412
Octal1360570144627751214422
Binary1011110010111101100100110010111111101001010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,0,47); }

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

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

 a { background-color: rgb(94,0,47); }

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

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

 span { border-color: rgb(94,0,47); }

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