#5E062F

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

Shades of Tyrian Purple #5E062F

Tints of Tyrian Purple #5E062F

Color information

#5E062F (or 0x5E062F) is unknown color: approx Tyrian Purple. HEX triplet: 5E, 06 and 2F. RGB value is (94,6,47). Sum of RGB (Red+Green+Blue) = 94+6+47=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E062F is #A1F9D0. Grayscale: #242424. Windows color (decimal): -10615249 or 3081822. OLE color: 3081822.

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

Color convert

RGB94647-
CMYK00.940.50.63
HSL332.05º88%19.61%-
HSV(B)332.05º93.62%36.86%-
XYZ5.192.722.94-
YUV36.99133.65168.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.95%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=63.95%
G=4.08%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9464700.940.50.63332.058819.61
Hex5E62F05E323F14c5814
Octal1366570136627751413024
Binary101111011010111101011110110010111111101001100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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